首页 > IT业界 > 正文

Nginx一个高性能的HTTP 和反向代理服务器1.0.9版本发布

2011-11-04 15:21 来源:cnbeta

  Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。

  下载地址:
nginx-1.0.9  zip">nginx/Windows-1.0.9
  更新说明:

  Changes with nginx 1.0.901 Nov 2011

  *) Change: now the 0x7F-0x1F characters are escaped as xXX in an

  access_log.

  *) Change: now SIGWINCH signal works only in daemon mode.

  *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support

  the following additional values: X-Accel-Limit-Rate,

  X-Accel-Buffering, X-Accel-Charset.

  *) Feature: decrease of memory consumption if SSL is used.

  *) Feature: accept filters are now supported on NetBSD.

  *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.

  Thanks to Peter Smit.

  *) Bugfix: a segmentation fault occurred on start or while

  reconfiguration if the "ssl" directive was used at http level and

  there was no "ssl_certificate" defined.

  *) Bugfix: some UTF-8 characters were processed incorrectly.

  Thanks to Alexey Kuts.

  *) Bugfix: the ngx_http_rewrite_module directives specified at "server"

  level were executed twice if no matching locations were defined.

  *) Bugfix: a socket leak might occurred if "aio sendfile" was used.

  *) Bugfix: connections with fast clients might be closed after

  send_timeout if file AIO was used.

  *) Bugfix: in the ngx_http_autoindex_module.

  *) Bugfix: the module ngx_http_mp4_module did not support seeking on


  32-bit platforms.

  *) Bugfix: non-cacheable responses might be cached if

  "proxy_cache_bypass" directive was used.

  Thanks to John Ferlito.

  *) Bugfix: cached responses with an empty body were returned

  incorrectly; the bug had appeared in 0.8.31.

  *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the

  bug had appeared in 0.8.32.

  *) Bugfix: in the "return" directive.

  *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and

  "ssl_prefer_server_ciphers" directives might work incorrectly if SNI

  was used.

文章内容来源于网络,不代表本站立场,若侵犯到您的权益,可联系多特删除。(联系邮箱:9145908@qq.com)