]> git.kaiwu.me - nginx.git/commit
nginx-0.1.32-RELEASE import release-0.1.32
authorIgor Sysoev <igor@sysoev.ru>
Thu, 19 May 2005 13:25:22 +0000 (13:25 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 19 May 2005 13:25:22 +0000 (13:25 +0000)
commite31e90b3e10ca2afafccae9a57910133d93b2d37
tree7177a8f48a555733b170bfcad4e9e7072ea8c027
parentb1a641cafa2ef042035155f68e5f571303853dfc
nginx-0.1.32-RELEASE import

    *) Bugfix: the arguments were omitted in the redirects, issued by the
       "rewrite" directive; the bug had appeared in 0.1.29.

    *) Feature: the "if" directive supports the captures in regular
       expressions.

    *) Feature: the "set" directive supports the variables and the captures
       of regular expressions.

    *) Feature: the "X-Accel-Redirect" response header line is supported in
       proxy and FastCGI mode.
27 files changed:
auto/cc/acc [new file with mode: 0644]
auto/cc/ccc [new file with mode: 0644]
auto/cc/conf
auto/configure
auto/os/conf
auto/os/features [new file with mode: 0644]
auto/os/freebsd
auto/os/linux
auto/unix
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_inet.c
src/core/ngx_log.h
src/core/ngx_string.h
src/event/ngx_event_timer.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/ngx_http_script.c
src/http/ngx_http_script.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/os/unix/ngx_os.h
src/os/unix/ngx_posix_config.h
src/os/unix/ngx_process.c
src/os/unix/ngx_setproctitle.h