nginx 0.3.58v0.3.58
commitd5199ba39436b25f5be02cd8b028b40490e4c891
authorIgor Sysoev <igor@sysoev.ru>
Sun, 13 Aug 2006 20:00:00 +0000 (14 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 13 Aug 2006 20:00:00 +0000 (14 00:00 +0400)
tree821fe0a6b7f2662b5a7af21e8e0527f641a06fd5
parentbbe14df8560d27ced345a191ec803d6dbfcf4442
nginx 0.3.58

    *) Feature: the "error_page" directive supports the variables.

    *) Change: now the procfs interface instead of sysctl is used on Linux.

    *) Change: now the "Content-Type" header line is inherited from first
       response when the "X-Accel-Redirect" was used.

    *) Bugfix: the "error_page" directive did not redirect the 413 error.

    *) Bugfix: the trailing "?" did not remove old arguments if no new
       arguments were added to a rewritten URI.

    *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
16 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/nginx.xs
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request_body.c
src/http/ngx_http_script.c
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/os/unix/ngx_freebsd.h
src/os/unix/ngx_freebsd_init.c
src/os/unix/ngx_linux_init.c