Re[2]: stub_status проблема
Igor V. Fatkulin
ingvar at westsib.ru
Thu Aug 13 15:27:29 MSD 2009
Hello Igor,
Thursday, August 13, 2009, 6:09:19 PM, you wrote:
IS> On Thu, Aug 13, 2009 at 05:55:00PM +0700, Igor V. Fatkulin wrote:
>>
>> >> Доброго всем дня.
>> >>
>> >> Совершенно тупой вопрос: стоит nginx-0.6.34
>> >> Понадобилось посмотреть его статус, для чего собрал его с --with-http_stub_status_module
>> >> Потом добавил в один из вирт.хостов директиву
>> >> location /nginx_status {
>> >> stub_status on;
>> >> access_log off;
>> >> }
>> >>
>> >> Директива не пашет, в error.log запись:
>> >> 2009/08/13 15:56:53 [emerg] 948#0: unknown directive "stub_status" in /usr/local/nginx/conf/nginx.conf:297
>> >> Хотя совершенно точно, что собралось с нею без ошибок, лог сборки
>> >> специально смотрел.
>> >>
>> >> Все то же самое на другом сервере с 0.7.x работает.
>> >>
>> >> Где копать?
>> >>
>> >>
>> >>
>> EM> nginx -V в студию
>>
>>
>> main# ./nginx -V
>> nginx version: nginx/0.6.34
>> built by gcc 4.2.1 20070719 [FreeBSD]
>> configure arguments: --prefix=/usr/local/nginx --http-client-body-temp-path=/var/nginx/body --http-proxy-temp-path=/var/nginx/proxy --with-http_stub_status_module --http-fastcgi-temp-path=/var/nginx/fastcg
IS> ./nginx -V -t
main# ./nginx -V -t
nginx version: nginx/0.6.34
built by gcc 4.2.1 20070719 [FreeBSD]
configure arguments: --prefix=/usr/local/nginx --http-client-body-temp-path=/var/nginx/body --http-proxy-temp-path=/var/nginx/proxy --with-http_stub_status_module --http-fastcgi-temp-path=/var/nginx/fastcg
2009/08/13 18:26:27 [info] 49250#0: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
2009/08/13 18:26:27 [info] 49250#0: the configuration file /usr/local/nginx/conf/nginx.conf was tested successfully
More information about the nginx-ru
mailing list