本文主要是介绍转:解决 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
文章转载自:https://www.cnblogs.com/li1204008978/p/7865244.html
这篇关于转:解决 nginx: [alert] kill(189, 1) failed (3: No such process)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!