高性能的Web服务器,Nginx 1.0.13 稳定版发布
openkk 13年前
<p>Nginx 发布了最新稳定版 1.0.13 下载地址:</p> <p><a href="/misc/goto?guid=4958331803749910426">nginx-1.0.13</a> <a href="/misc/goto?guid=4958331804550074178">nginx/Windows-1.0.13</a></p> <p>该版本主要是 bug 修复,另外 return 和 error_page 指令支持返回 307 重定向。</p> <p>从 Nginx 的 CHANGES 记录中发现应该有不少的国人在为 Nginx 做一些改进。</p> <p>修复的 bug 详细内容:</p> <p>*) 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.<br /> *) Bugfix: memory leaks. (Thanks to Lanshun Zhou)<br /> *) Bugfix: nginx might log incorrect error "upstream prematurely closed connection" instead of correct "upstream sent too big header" one. Thanks to Feibo Li.<br /> *) Bugfix: on ZFS filesystem disk cache size might be calculated incorrectly; the bug had appeared in 1.0.1.<br /> *) Bugfix: the number of internal redirects to named locations was not limited.<br /> *) Bugfix: temporary files might be not removed if the "proxy_store" directive was used with SSI includes.<br /> *) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value.<br /> *) Bugfix: the "proxy_redirect" directives might be inherited incorrectly.<br /> *) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used.<br /> *) Bugfix: nginx could not be built by the icc 12.1 compiler.<br /> <br /> <strong>Nginx</strong>(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。 其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.</p>