]> git.kaiwu.me - nginx.git/commit
nginx-0.3.58-RELEASE import release-0.3.58
authorIgor Sysoev <igor@sysoev.ru>
Mon, 14 Aug 2006 15:09:38 +0000 (15:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 14 Aug 2006 15:09:38 +0000 (15:09 +0000)
commit08e63d46ded2584fea1e7547fa2e958ab978f42f
tree61903390323a199b0cd22c667f24376f5ecaf4ac
parent4641f171ccfc7e0936646c65ba13515e82299ce0
nginx-0.3.58-RELEASE import

    *) 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.
15 files changed:
docs/xml/nginx/changes.xml
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