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

解决Nginx: [error] open() "/usr/local/Nginx/logs/Nginx.pid

时间:2019-05-25 22:55:23      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:fail   启动服务   配置   access   tor   服务   注意   director   --   

解决Nginx: [error] open() "/usr/local/Nginx/logs/Nginx.pid
重新启动服务器,访问web服务发现无法浏览啦!登陆服务器之后进到nginx使用./nginx -s reload重新读取配置文件,发现报nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)错误,进到logs文件发现的确没有nginx.pid文件

  [root@localhost sbin]# ./nginx -s reload

  nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

  解决方法:

  [root@localhost nginx]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/nginx.conf   // 前面一个参数是你的nginx的位置 -c 后面是你的配置文件的位置!!请注意!

  使用nginx -c的参数指定nginx.conf文件的位置

  [root@localhost nginx]# cd logs/

  [root@localhost logs]# ll

  总用量 12

  -rw-r--r-- 1 root root 1246 12月 9 18:10 access.log

  -rw-r--r-- 1 root root 516 12月 10 15:39 error.log

  -rw-r--r-- 1 root root 5 12月 10 15:38 nginx.pid

  看nginx.pid文件已经有了。

解决Nginx: [error] open() "/usr/local/Nginx/logs/Nginx.pid

标签:fail   启动服务   配置   access   tor   服务   注意   director   --   

原文地址:https://www.cnblogs.com/photo520/p/10924268.html

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