404 проблема с stub status

whocarez nginx-forum на nginx.us
Вс Окт 2 12:14:39 UTC 2011


Здравствуйте!

У меня наверное быстро решимая
проблема, но я просто решение вопроса
не вижу.
Работает у меня nginx 1.0.8
--------
nginx: nginx version: nginx/1.0.8
nginx: configure arguments: --with-http_gzip_static_module
--with-openssl=/usr/include --with-http_stub_status_module
--http-proxy-temp-path=/dev/shm/nginx/proxy_temp
--http-fastcgi-temp-path=/dev/shm/nginx/fastcgi_temp
--http-uwsgi-temp-path=/dev/shm/nginx/uwsgi_temp
--http-scgi-temp-path=/dev/shm/nginx/scgi_temp
--http-client-body-temp-path=/dev/shm/nginx/client_body_temp
--http-log-path=/var/log/nginx/access.log
--error-log-path=/var/log/nginx/error.log
--conf-path=/etc/nginx/nginx.conf --user=www-data --group=www-data
--------
и в соответствующем файле у меня стоит
в секции Server:

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


всё такие я получаю ошибку 404, когда я на
сервере наберу "GET domain/status"
В чем может состоить проблема?

Спасибо вам большое.
Андрей

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,216178,216178#msg-216178



Подробная информация о списке рассылки nginx-ru