"/alidata/server/nginx/logs/nginx.pid" failed的解决办法。使用阿里云linux web一键配置环境包,配置服务器环境后,重启nginx会提示错误,如下:
[root@localhost logs]# nginx -s reload nginx: [error] open() "/alidata/server/nginx/logs/nginx.pid" failed (2: No such file or directory) |
解决办法就是直接在ssh或者其他终端里执行:
/alidata/server//nginx/sbin/nginx -c /alidata/server//nginx/conf/nginx.conf |
然后切换到logs目录下,执行ll看到nginx.pid进程,即说明正常启动:
[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