nginx.pid打开失败以及失效的解决方案

nginx.pid文件存储的是Nginx的进程号,如图:
在这里插入图片描述
其存放位置可在创建Makefile文件时通过 –pid-path 命令设置

有时候nginx.pid文件或者所在目录会存在丢失的可能
所以当我们想要启动nginx时:/usr/local/nginx/sbin/nginx -s reload
就会报这种错:

nginx: [error] open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory)

解决方案:

  1. 创建/var/run/nginx目录
  2. 然后再启动nginx:/usr/local/nginx/sbin/nginx -s reload
  3. 这时还是会失败的:
nginx: [error] open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory)

或者

nginx: [error] invalid PID number "" in "/var/run/nginx/nginx.pid"
  1. 需要我们重新加载一下配置文件:
    /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

然后就可以启动成功了

更多命令可以通过./sbin/nginx -h查看

Options:
  -?,-h         : this help
  -v            : show version and exit
  -V            : show version and configure options then exit
  -t            : test configuration and exit
  -T            : test configuration, dump it and exit
  -q            : suppress non-error messages during configuration testing
  -s signal     : send signal to a master process: stop, quit, reopen, reload
  -p prefix     : set prefix path (default: /usr/local/nginx/)
  -c filename   : set configuration file (default: conf/nginx.conf)
  -g directives : set global directives out of configuration file
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值