红联Linux门户
Linux帮助

Nginx 1.4.2稳定版发布

发布时间:2013-07-18 14:58:59来源:红联作者:empast
轻量级web服务器Nginx发布最新稳定版1.4.2。2013-07-17上个版本是2013-05-07的1.4.1,遗留稳定版1.2.9/1.0.15/0.8.55。开发版本1.5.2。

完全改进:

Changes with nginx 1.4.2 17 Jul 2013

*) Bugfix: the $r->header_in() embedded perl method did not return value
of the "Cookie" and "X-Forwarded-For" request header lines; the bug
had appeared in 1.3.14.

*) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
without ngx_http_ssl_module; the bug had appeared in 1.3.14.

*) Bugfix: in the "proxy_set_body" directive.
Thanks to Lanshun Zhou.

*) Bugfix: the "fail_timeout" parameter of the "server" directive in the
"upstream" context might not work if "max_fails" parameter was used;
the bug had appeared in 1.3.0.

*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_stapling" directive was used.
Thanks to Piotr Sikora.

*) Bugfix: nginx/Windows might stop accepting connections if several
worker processes were used.

下载:http://nginx.org/download/nginx-1.4.2.tar.gz

来自:开源中国社区
文章评论

共有 1 条评论

  1. dhfjb96 于 2013-10-21 20:47:44发表:

    nginx学习