码迷,mamicode.com
首页 > Web开发 > 详细

nginx服务异常造成网站访问不了

时间:2018-01-24 13:55:11      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:sbin   lis   dev   4.4   nbsp   3.1   comm   vhost   process   

1、使用lsof -i:80查询没有监听到端口。


2、重启或重新加载nginx都报这个错误。

[root@iZ62bem75i8Z vhosts]# /alidata/server/nginx-1.4.4/sbin/nginx -s reload
nginx: [alert] kill(1668, 1) failed (3: No such process)


3、按照下面的方法处理好了。

[root@iZ62bem75i8Z vhosts]# /alidata/server/nginx-1.4.4/sbin/nginx -c /alidata/server/nginx-1.4.4/conf/nginx.conf
[root@iZ62bem75i8Z vhosts]# /alidata/server/nginx-1.4.4/sbin/nginx -s reload
[root@iZ62bem75i8Z vhosts]# lsof -i:80
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
AliYunDun 1527 root   19u  IPv4  16393      0t0  TCP 43.95.19.90:hermes->106.11.68.13:http (ESTABLISHED)
nginx     6440 root   18u  IPv4  82298      0t0  TCP *:http (LISTEN)
nginx     6458  www    7u  IPv4  81837      0t0  TCP 47.90.19.90:http->113.64.73.122:10899 (ESTABLISHED)
nginx     6458  www    8u  IPv4  81838      0t0  TCP 47.90.19.90:http->113.64.73.122:10900 (ESTABLISHED)
nginx     6458  www   18u  IPv4  82298      0t0  TCP *:http (LISTEN)
nginx     6459  www   18u  IPv4  82298      0t0  TCP *:http (LISTEN)

nginx服务异常造成网站访问不了

标签:sbin   lis   dev   4.4   nbsp   3.1   comm   vhost   process   

原文地址:http://blog.51cto.com/net881004/2064571

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