How to avoid "too big header" issue?

Igor Sysoev igor at sysoev.ru
Thu May 5 11:34:45 MSD 2011


On Wed, May 04, 2011 at 10:50:07PM -0400, stalkercn wrote:
> nginx version: nginx/0.8.54
> configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I
> /usr/local/include' --with-ld-opt='-L /usr/local/lib'
> --conf-path=/usr/local/etc/nginx/nginx.conf
> --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid
> --error-log-path=/var/log/nginx-error.log --user=www --group=www
> --with-debug
> --http-client-body-temp-path=/var/tmp/nginx/client_body_temp
> --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
> --http-proxy-temp-path=/var/tmp/nginx/proxy_temp
> --http-scgi-temp-path=/var/tmp/nginx/scgi_temp
> --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp
> --http-log-path=/var/log/nginx-access.log
> --add-module=/usr/ports/www/nginx/work/ngx_headers_more_module-0.14
> --with-http_flv_module --with-http_gzip_static_module
> --with-http_image_filter_module --with-http_stub_status_module
> --with-pcre

There was a bug when nginx was built --without-http_cache, but this is
not your case. Could you try nginx-1.0.0 without third-party module
ngx_headers_more_module ?


-- 
Igor Sysoev



More information about the nginx mailing list