高性能的Web服務器,Nginx 1.0.13 穩定版發布
Nginx 發布了最新穩定版 1.0.13 下載地址:
nginx-1.0.13 nginx/Windows-1.0.13
該版本主要是 bug 修復,另外 return 和 error_page 指令支持返回 307 重定向。
從 Nginx 的 CHANGES 記錄中發現應該有不少的國人在為 Nginx 做一些改進。
修復的 bug 詳細內容:
*) Bugfix: a segmentation fault might occur in a worker process if the "resolver" directive was used and there was no "error_log" directive specified at global level.
*) Bugfix: memory leaks. (Thanks to Lanshun Zhou)
*) Bugfix: nginx might log incorrect error "upstream prematurely closed connection" instead of correct "upstream sent too big header" one. Thanks to Feibo Li.
*) Bugfix: on ZFS filesystem disk cache size might be calculated incorrectly; the bug had appeared in 1.0.1.
*) Bugfix: the number of internal redirects to named locations was not limited.
*) Bugfix: temporary files might be not removed if the "proxy_store" directive was used with SSI includes.
*) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value.
*) Bugfix: the "proxy_redirect" directives might be inherited incorrectly.
*) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used.
*) Bugfix: nginx could not be built by the icc 12.1 compiler.
Nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。 其特點是占有內存少,并發能力強,事實上nginx的并發能力確實在同類型的網頁伺服器中表現較好.