Welcome! Log In Create A New Profile

Advanced

stub_status stops working after adding static server section

Ian M. Evans
December 20, 2009 08:32PM
A few days ago, I added a static.digitalhit.com server section to my
setup for serving static resources on a cookieless domain.

Just now I noticed that since the change, my nginx reports in munin have
not been working. The /stub_status location is in my www.digitalhit.com
server location:

location /stub_status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}


Here's the error I've been getting. Again, this has been working for
months and only stopped when I added the static server section.

2009/12/20 11:36:01 [error] 18061#0: *3336839 access forbidden by rule,
client: 67.19.142.122, server: www.digitalhit.com, request: "GET
/stub_status HTTP/1.1", host: "www.digitalhit.com"

Any ideas why it's getting this error now?



_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

stub_status stops working after adding static server section

Ian M. Evans December 20, 2009 08:32PM

Re: stub_status stops working after adding static server section

Maxim Dounin December 21, 2009 12:14AM

Re: stub_status stops working after adding static server section

Ian Evans December 21, 2009 12:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 165
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready