文章关键字 ‘Nginx’

Nginx 0.8.23 发布

2009年11月11日,星期三

该版本修复了4个漏洞和一个SSL/TLS安全更新.

Changes with nginx 0.8.23                                        11 Nov 2009

    *) Security: now SSL/TLS renegotiation is disabled.
       Thanks to Maxim Dounin.

    *) Bugfix: listen unix domain socket did not inherit while online
       upgrade.

    *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive
       did not without yet another directive with any IP address.

    *) Bugfix: segmentation fault and infinite looping in resolver.

    *) Bugfix: in resolver.
       Thanks to Artem Bokhan.

nginx-0.8.23, nginx/Windows-0.8.23, the change log.

[原创]Nginx配置支持Etags模块

2009年11月10日,星期二

nginx默认有Expires模块,但是却没有Etags模块.按照Nginx作者Igor Sysoev的观点,他认为在对静态文件处理上,还看不出Etags比Last-Modified的好处.

但是也有人说Nginx加了Etags模块会好很多,如这个模块的作者说的那样: (全文...)

Nginx 0.8.22 发布

2009年11月3日,星期二
Changes with nginx 0.8.22                                        03 Nov 2009

    *) Feature: the "proxy_bind", "fastcgi_bind", and "memcached_bind"
       directives.

    *) Feature: the "access" and the "deny" directives support IPv6.

    *) Feature: the "set_real_ip_from" directive supports IPv6 addresses in
       request headers.

    *) Feature: the "unix:" parameter of the "set_real_ip_from" directive.

    *) Bugfix: nginx did not delete unix domain socket after configuration
       testing.

    *) Bugfix: nginx deleted unix domain socket while online upgrade.

    *) Bugfix: the "!-x" operator did not work.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault might occur in a worker process, if
       limit_rate was used in HTTPS server.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault might occur in a worker process while
       $limit_rate logging.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault might occur in a worker process, if
       there was no "listen" directive in "server" block; the bug had
       appeared in 0.8.21.

Download: nginx-0.8.22, nginx/Windows-0.8.22, the change log.

Nginx 0.8.21 发布

2009年10月27日,星期二

该版本增加了4个特性,修复了两个漏洞,详细请查阅官方更新文件

下载地址:nginx-0.8.21, nginx/Windows-0.8.21, the change log. (全文...)

Nginx 0.7.63 发布

2009年10月27日,星期二

该版本更新幅度比较大,详细请看官方更新列表

下载地址:nginx-0.7.63, nginx/Windows-0.7.63, the change log. (全文...)

Nginx 0.8.20 发布

2009年10月14日,星期三

该版本修复了几个漏洞,其中包括两个从0.7.x遗留下来的漏洞.详细更新如下:

Changes with nginx 0.8.20                                        14 Oct 2009

    *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".

    *) Bugfix: the ngx_http_autoindex_module did not show the trailing
       slash in links to a directory; the bug had appeared in 0.7.15.

    *) Bugfix: nginx did not close a log file set by the --error-log-path
       configuration option; the bug had appeared in 0.7.53.

    *) Bugfix: nginx did not treat a comma as separator in the
       "Cache-Control" backend response header line.

    *) Bugfix: nginx/Windows might not create temporary file, a cache file,
       or "proxy/fastcgi_store"d file if a worker has no enough access
       rights for top level directories.

    *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines
       were not hidden while caching if no "fastcgi_hide_header" directives
       were used with any parameters.

    *) Bugfix: nginx counted incorrectly disk cache size.

下载地址:nginx-0.8.20, nginx/Windows-0.8.20, the change log.

Nginx 0.8.19 发布

2009年10月6日,星期二

Nginx 0.8.18刚刚发布,紧接着又紧急更新了新版本.该版本修复上个版本的一个重要漏洞以及对SSL套接字的验证进行修改.

Changes with nginx 0.8.19                                        06 Oct 2009

    *) Change: now SSLv2 protocol is disabled by default.

    *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".

    *) Bugfix: a "limit_req" directive did not work; the bug had appeared
       in 0.8.18.

下载地址:nginx-0.8.19, nginx/Windows-0.8.19, the change log.

Nginx 0.8.18 发布

2009年10月6日,星期二

该版本增加了三个功能和五个漏洞

Changes with nginx 0.8.18                                        06 Oct 2009

    *) Feature: the "read_ahead" directive.

    *) Feature: now several "perl_modules" directives may be used.

    *) Feature: the "limit_req_log_level" and "limit_conn_log_level"
       directives.

    *) Bugfix: now "limit_req" directive conforms to the leaky bucket
       algorithm.
       Thanks to Maxim Dounin.

    *) Bugfix: nginx did not work on Linux/sparc.
       Thanks to Marcus Ramberg.

    *) Bugfix: nginx sent '\0' in a "Location" response header line on
       MKCOL request.
       Thanks to Xie Zhenye.

    *) Bugfix: zero status code was logged instead of 499 status code; the
       bug had appeared in 0.8.11.

    *) Bugfix: socket leak; the bug had appeared in 0.8.11.

nginx-0.8.18, nginx/Windows-0.8.18, the change log.

Nginx 0.8.17 发布

2009年09月28日,星期一

该版本修复了两个Bug,增加了一个$ssl_session_id功能.

Changes with nginx 0.8.17                                        28 Sep 2009

    *) Security: now "/../" are disabled in "Destination" request header
       line.

    *) Change: now $host variable value is always low case.

    *) Feature: the $ssl_session_id variable.

    *) Bugfix: socket leak; the bug had appeared in 0.8.11.

下载地址:nginx-0.8.17, nginx/Windows-0.8.17, the change log.

Nginx 0.8.16 发布

2009年09月22日,星期二

该版本修复了比较多的bugs.详细更新记录如下:

Changes with nginx 0.8.16                                        22 Sep 2009

    *) Feature: the "image_filter_transparency" directive.

    *) Bugfix: "addition_types" directive was incorrectly named
       "addtion_types".

    *) Bugfix: resolver cache poisoning.
       Thanks to Matthew Dempsky.

    *) Bugfix: memory leak in resolver.
       Thanks to Matthew Dempsky.

    *) Bugfix: invalid request line in $request variable was written in
       access_log only if error_log was set to "info" or "debug" level.

    *) Bugfix: in PNG alpha-channel support in the
       ngx_http_image_filter_module.

    *) Bugfix: nginx always added "Vary: Accept-Encoding" response header
       line, if both "gzip_static" and "gzip_vary" were on.

    *) Bugfix: in UTF-8 encoding support by "try_files" directive in
       nginx/Windows.

    *) Bugfix: in "post_action" directive usage; the bug had appeared in
       0.8.11.
       Thanks to Igor Artemiev.

下载地址:

nginx-0.8.16
nginx/Windows-0.8.16