Web 服务器 Nginx 1.1.6 开发版发布

openkk 12年前
     <p><strong><img title="Nginx" border="0" alt="Nginx" align="left" src="https://simg.open-open.com/show/ebb5b76ac7ca68f86a9b309d522f9de9.gif" width="121" height="32" />Nginx</strong>(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。  其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.目前中国大陆使用nginx网站用户有:新浪、网易、 腾讯,另外知名的微网志Plurk也使用nginx。</p>    <p><br /> Nginx 发布了 1.1.6 开发版,下载地址:</p>    <p><a href="/misc/goto?guid=4958194022861875752">nginx-1.1.6</a> , <a href="/misc/goto?guid=4958194023768445971">nginx/Windows-1.1.6</a></p>    <p>改进记录:<br /> <br />     *) Change in internal API: now module context data are cleared while internal redirect to named location.<br />     *) Change: if a server in an upstream failed, only one request will be sent to it after fail_timeout; the server will be considered alive if it will successfully respond to the request.<br />     *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an access_log.<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 />     *) 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.</p>