码迷,mamicode.com
首页 > 其他好文 > 详细

解决 重启nginx: [alert] kill(189, 1) failed (3: No such process)

时间:2017-11-20 13:25:44      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:mod   pos   /usr   top   alert   process   stat   post   statistic   

解决 nginx: [alert] kill(189, 1) failed (3: No such process)

[root@localhost/]# nginx -s reload
nginx: [alert] kill(189, 1) failed (3: No such process)  杀死189进程,可是并没有
[root@localhost /]# whereis ngnix
ngnix:[root@localhost/]# 
[root@localhost /]# find / -name nginx 
/usr/local/src/nginx/sbin/nginx
[root@localhost /]# find / -name nginx.conf
/usr/local/src/nginx/conf/nginx.conf
[root@localhost /]# /usr/local/src/nginx/sbin/nginx -c /usr/local/src/nginx/conf/nginx.conf
[root@localhost/]# nginx -s reload               

解决 重启nginx: [alert] kill(189, 1) failed (3: No such process)

标签:mod   pos   /usr   top   alert   process   stat   post   statistic   

原文地址:http://www.cnblogs.com/li1204008978/p/7865244.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!