nginx 0.8.40v0.8.40
commit5fb026078a6e930bea88470a9f3ec73190a4b9f2
authorIgor Sysoev <igor@sysoev.ru>
Sun, 6 Jun 2010 20:00:00 +0000 (7 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 6 Jun 2010 20:00:00 +0000 (7 00:00 +0400)
tree856c7014087542b54e0b4f8fe7a26761b61fabbe
parent825cda25d19afb6b8a9fa129f6200e1cce1bffee
nginx 0.8.40

    *) Security: now nginx/Windows ignores default file stream name.
       Thanks to Jose Antonio Vazquez Gonzalez.

    *) Feature: the ngx_http_uwsgi_module.
       Thanks to Roberto De Ioris.

    *) Feature: a "fastcgi_param" directive with value starting with
       "HTTP_" overrides a client request header line.

    *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
       header lines were passed to FastCGI-server while caching.

    *) Bugfix: listen unix domain socket could not be changed during
       reconfiguration.
       Thanks to Maxim Dounin.
16 files changed:
CHANGES
CHANGES.ru
auto/modules
auto/options
auto/sources
auto/summary
conf/uwsgi_params [new file with mode: 0644]
configure
src/core/nginx.h
src/core/ngx_cycle.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_uwsgi_module.c [new file with mode: 0644]
src/http/modules/perl/nginx.pm
src/http/ngx_http_parse.c
src/http/ngx_http_request.c