Странности с large_client_header_buffers

Martsul, Vladimir mvs at contek.ru
Fri Aug 8 09:01:19 MSD 2008


Есть почти дефолтный nginx.conf, настроенный на отдачу только статики (диаграмм munin).
При наличии строки
 large_client_header_buffers 8 16k;
nginx запускается и работает нормально, слушает 80-й порт, но если убрать эту строку
(закомментарить), то nginx запускается, но не слушает порт (netstat -an|grep :80 пусто)
В логах при этом ничего нет.

# nginx -V
nginx version: nginx/0.7.8
configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access_log --error-log-path=/var/log/nginx/error_log --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/tmp/nginx/client --http-proxy-temp-path=/var/tmp/nginx/proxy --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-md5-asm --with-md5=/usr/include --with-sha1-asm --with-sha1=/usr/include --without-http_fastcgi_module --without-http_gzip_module --without-pcre --without-http_rewrite_module

# uname -a
Linux dev0 2.6.18-028stab053 #1 SMP Tue Jan 29 01:07:42 NOVT 2008 x86_64 Intel(R) Core(TM)2 Quad CPU @ 2.40GHz GenuineIntel GNU/Linux



More information about the nginx-ru mailing list