服务器重启,nginx重启失败
Posted Rachid
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了服务器重启,nginx重启失败相关的知识,希望对你有一定的参考价值。
服务改了配置,重启服务器,没有按照正常逻辑关闭ng
重启后,在sbin下
执行
./nginx -s reload
报错信息
重新指向 nginx.pid 文件
执行
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
又报错。。。报错信息
这就尴尬了,查看下端口占用情况
netstat -ntlp|grep 80 // 我用的80端口
1150端口被占用了,执行
kill -9 1150
OK,回到sbin下,执行
./nginx -s reload
世界和平,人间美好
以上是关于服务器重启,nginx重启失败的主要内容,如果未能解决你的问题,请参考以下文章
带有Nginx 1.6.2的CentOS 6.6 - 突然无法重启nginx - nginx:[emerg] open()“/ usr / share / nginx / on”失败(13:权限被拒绝