To restart or kill the Nginx.pid solution after the nginx process is lost _nginx

Source: Internet
Author: User
Tags ssl certificate

When the SSL certificate was installed, the Nginx process was forcibly killed and never got up:

Restarting Nginx daemon:nginxcat:/usr/local/nginx/logs/nginx.pid:no such file or directory
Kill:usage:kill [s Sigspec |-n signum |-sigspec] pid | Jobspec. or kill-l [Sigspec]
Nginx not running.

Reason Analysis:
Nginx.pid lost it.

How to retrieve:

Copy Code code as follows:

issued a nginx-s stop and after the I got this error when trying to reload it.
[ERROR]: Invalid PID number "" In "/var/run/nginx.pid"
That/var/run/nginx/pid file is empty ATM.
What do I need to does to fix it?
Nginx-s Reload is only used to tell-a running nginx process to reload its config. After a stop, you don ' t have a running nginx process to send a signal to. Just Run Nginx (possibly with a-c/path/to/config/file)

To run the command:

Copy Code code as follows:

/usr/local/nginx/sbin/nginx-c/usr/local/nginx/conf/vhost/jb51.net.conf

At this point, the Nginx is ready to start properly.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.