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

时间:2017-11-20 11:52:58   收藏:0   阅读:2521

解决 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               

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!