]> git.kaiwu.me - nginx.git/commit
nginx-0.1.17-RELEASE import release-0.1.17
authorIgor Sysoev <igor@sysoev.ru>
Thu, 3 Feb 2005 19:33:37 +0000 (19:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 3 Feb 2005 19:33:37 +0000 (19:33 +0000)
commit805d9db723e74bbe84e6df1be29fda28abcc23ea
tree7283a5779fba6f4b6048e29cfadeca41428ed773
parentf3a7b14931aa1e99a31780a93882a5c2e8810c41
nginx-0.1.17-RELEASE import

    *) Change: the ngx_http_rewrite_module was rewritten from the scratch.
       Now it is possible to redirect, to return the error codes, to check
       the variables and referrers. The directives can be used inside
       locations. The redirect directive was canceled.

    *) Feature: the ngx_http_geo_module.

    *) Feature: the proxy_set_x_var and fastcgi_set_var directives.

    *) Bugfix: the location configuration with "=" modifier may be used in
       another location.

    *) Bugfix: the correct content type was set only for requests that use
       small caps letters in extension.

    *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the
       location, and access was denied, and the error was redirected to a
       static page, then the segmentation fault occurred.

    *) Bugfix: if in a proxied "Location" header was a relative URL, then a
       host name and a slash were added to them; the bug had appeared in
       0.1.14.

    *) Bugfix: the system error message was not logged on Linux.
35 files changed:
auto/cc/gcc
auto/modules
auto/options
auto/sources
auto/unix
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_array.c
src/core/ngx_array.h
src/core/ngx_conf_file.c
src/core/ngx_config.h
src/core/ngx_core.h
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/core/ngx_radix_tree.c
src/core/ngx_radix_tree.h
src/core/ngx_string.c
src/core/ngx_string.h
src/http/modules/ngx_http_access_handler.c
src/http/modules/ngx_http_fastcgi_handler.c
src/http/modules/ngx_http_geo_module.c [new file with mode: 0644]
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_rewrite_handler.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/proxy/ngx_http_proxy_handler.c
src/http/modules/proxy/ngx_http_proxy_handler.h
src/http/modules/proxy/ngx_http_proxy_upstream.c
src/http/ngx_http.c
src/http/ngx_http_config.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_log_handler.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c