高性能Web服务器 Nginx 1.1.13 开发版发布
jopen 13年前
<p><img alt="高性能Web服务器 Nginx 1.1.13 开发版发布" src="https://simg.open-open.com/show/ebb5b76ac7ca68f86a9b309d522f9de9.gif" width="121" height="32" /></p> <p><strong>Nginx</strong>(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。 其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.目前中国大陆使用nginx网站用户有:新浪、网易、 腾讯,另外知名的微网志Plurk也使用nginx。</p> <p>Nginx 1.1.13 开发版发布了,下载地址:</p> <p><a href="/misc/goto?guid=4958325884495503612">nginx-1.1.13</a> <a href="/misc/goto?guid=4958325885498181999">nginx/Windows-1.1.13</a></p> <p>改进记录:</p> <pre> *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the "ssl_protocols" directive. *) Bugfix: the "limit_req" directive parameters were not inherited correctly; the bug had appeared in 1.1.12. *) Bugfix: the "proxy_redirect" directive incorrectly processed "Refresh" header if regular expression were used. *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter did not return answer from cache if there were no live upstreams. *) Bugfix: the "worker_cpu_affinity" directive might not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 1.1.12. *) Bugfix: in the ngx_http_mp4_module.</pre>