]> git.kaiwu.me - nginx.git/commit
nginx-0.1.27-RELEASE import release-0.1.27
authorIgor Sysoev <igor@sysoev.ru>
Mon, 28 Mar 2005 14:43:02 +0000 (14:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 28 Mar 2005 14:43:02 +0000 (14:43 +0000)
commitc04deca88f2b3b99b615571b447d7ecbb6a79bee
tree79cedaf8b0e94ca35296e47fa7dd0d29a94bbda9
parentc4d120bb4378dbd1fbb9f1e2d7930feab6c2ecf2
nginx-0.1.27-RELEASE import

    *) Feature: the "blocked" parameter of the "valid_referers" directive.

    *) Change: the errors while handling the request header now logged at
       "info" level. The server name and the "Host" and "Referer" header
       lines also logged.

    *) Change: the "Host" header line is also logged in error log.

    *) Feature: the proxy_pass_unparsed_uri directive. The special handling
       of the "://" symbols in URI, appeared in 0.1.11 version, now is
       canceled.

    *) Bugfix: nginx could not be built on FreeBSD and Linux, if the
       --without-ngx_http_auth_basic_module configuration parameter was
       used.
14 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.c
src/http/modules/ngx_http_rewrite_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.h
src/http/ngx_http_core_module.c
src/http/ngx_http_log_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c
src/os/unix/ngx_process_cycle.c