Install the Status Monitoring module server status using Nginx

Source: Internet
Author: User
Keywords Nginx status
Tags aliyun configure find find out hard how to html http

The number of daily Web site visitors, will inevitably encounter server instability, such as http://www.aliyun.com/zixun/aggregation/17117.html ">web server did not respond." Many times it's hard to find out why. It is important to monitor the state of the Nginx server at this time.

The following shows you how to see the Nginx Allow Status page.

To configure compilation Nginx using the –with-http_stub_status_module option,
Then add the following content to the virtual host:
Location/nginx_status {
Stub_status on;
Access_log off;
#allow SOME. IP. ADD. RESS;
Allow all;
#deny all;
}

You can see the Nginx state by using the link below:
Http://www.nginx.com.cn/nginx_status

From Nginx Chinese web: http://www.nginx.com.cn/?p=346

Related Article

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.