当前位置: 首页> 科技> 数码 > Nginx 重启失败nginx: [alert] kill(3259, 1) failed (3: No such process)

Nginx 重启失败nginx: [alert] kill(3259, 1) failed (3: No such process)

时间:2025/9/16 18:49:06来源:https://blog.csdn.net/qq_45938780/article/details/139638676 浏览次数:2次

Nginx 重启失败

问题描述

// 在nginx的sbin 目录下重启nginx 报以下异常
[root@192 sbin]# ./nginx -s reload
nginx: [alert] kill(3259, 1) failed (3: No such process)

问题解决

1,说是找不到nginx的配置文件
2,需要重新加载下nginx的配置文件即可命令如下

[root@192 nginx]# sbin/nginx -c conf/nginx.conf
[root@192 nginx]# ls
client_body_temp  conf  fastcgi_temp  html  logs  proxy_temp  sbin  scgi_temp  uwsgi_temp
[root@192 nginx]# sbin/nginx -s reload

喜欢我的文章的话,点个阅读或者点个点赞,是我编写博客的动力,持续更新中 ing…

关键字:Nginx 重启失败nginx: [alert] kill(3259, 1) failed (3: No such process)

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: