高性能Web服务器 Nginx 1.0.9 发布下载

fmms 13年前
     <a href="/misc/goto?guid=4958187734501359851" target="_blank"><strong>Nginx</strong></a>(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。  其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.目前中国大陆使用nginx网站用户有:新浪、网易、 腾讯,另外知名的微网志Plurk也使用nginx。    <img title="高性能Web服务器 Nginx 1.0.9 发布下载" border="0" alt="高性能Web服务器 Nginx 1.0.9 发布下载" align="right" src="https://simg.open-open.com/show/9a95e3adb8cd5071f89b94028b599cd8.png" width="90" height="90" />    <br />    <p> </p>    <p>Nginx 1.0.9 发布了,下载地址:</p>    <p><a href="/misc/goto?guid=4958197132747905840">nginx-1.0.9</a>  <a href="/misc/goto?guid=4958197133483550818">nginx/Windows-1.0.9</a></p>    <p>该版本包含不少新特性,详细改进记录如下:</p>    <blockquote>     <p>*) Change: now the 0x7F-0x1F characters are escaped as \xXX in an access_log.<br /> *) Change: now SIGWINCH signal works only in daemon mode.<br /> *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support the following additional values: X-Accel-Limit-Rate,X-Accel-Buffering, X-Accel-Charset.<br /> *) Feature: decrease of memory consumption if SSL is used.<br /> *) Feature: accept filters are now supported on NetBSD.<br /> *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.<br /> *) 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.<br /> *) Bugfix: some UTF-8 characters were processed incorrectly.<br /> *) Bugfix: the ngx_http_rewrite_module directives specified at "server" level were executed twice if no matching locations were defined.<br /> *) Bugfix: a socket leak might occurred if "aio sendfile" was used.<br /> *) Bugfix: connections with fast clients might be closed after send_timeout if file AIO was used.<br /> *) Bugfix: in the ngx_http_autoindex_module.<br /> *) Bugfix: the module ngx_http_mp4_module did not support seeking on 32-bit platforms.<br /> *) Bugfix: non-cacheable responses might be cached if "proxy_cache_bypass" directive was used.<br /> *) Bugfix: cached responses with an empty body were returned incorrectly; the bug had appeared in 0.8.31.<br /> *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the bug had appeared in 0.8.32.<br /> *) Bugfix: in the "return" directive.<br /> *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and "ssl_prefer_server_ciphers" directives might work incorrectly if SNI was used.</p>    </blockquote>