Nginx-0.8.40

Changes with nginx 0.8.40 07 Jun
2010

*) 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 D..


Igor S.
http://sysoev.ru/en/

On Mon, 2010-06-07 at 16:50 +0400, Igor S. wrote:

Changes with nginx 0.8.40 07 Jun 2010

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

Perhaps someone more familiar with this module could fill this page out
a bit:

http://wiki.nginx.org/NginxHttpUwsgiModule

Regards,
Cliff

Cliff W. ha scritto:

I will do it, once the Nginx uwsgi module will be completed.

The uwsgi protocol is documented here:
http://projects.unbit.it/uwsgi/

It is pratically a binary version of the SCGI protocol:
http://www.python.ca/scgi/protocol.txt

Regards Manlio