Nginx 1.1.12 開發版發布
Nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。 其特點是占有內存少,并發能力強,事實上nginx的并發能力確實在同類型的網頁伺服器中表現較好.目前中國大陸使用nginx網站用戶有:新浪、網易、 騰訊,另外知名的微網志Plurk也使用nginx。
Nginx 1.1.12 開發版發布了,該版本主要引入了緩存鎖和 PCRE JIT 的支持。詳細內容包括:
Changes with nginx 1.1.12 26 Dec 2011
*) Change: a "proxy_pass" directive without URI part now uses changed URI after redirection with the "error_page" directive;
*) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock", "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.
*) Feature: the "pcre_jit" directive.
*) Feature: the "if" SSI command supports captures in regular expressions.
*) Bugfix: the "if" SSI command did not work inside the "block" command.
*) Bugfix: the "limit_conn_log_level" and "limit_req_log_level" directives might not work.
*) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high.
*) Bugfix: the "sendfile_max_chunk" directive did not work, if the "limit_rate" directive was used.
*) Bugfix: a "proxy_pass" directive without URI part always used original request URI if variables were used.
*) Bugfix: a "proxy_pass" directive without URI part might use original request after redirection with the "try_files" directive;
*) Bugfix: in the ngx_http_scgi_module.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: nginx could not be built on Solaris; the bug had appeared in 1.1.9.
下載地址:nginx-1.1.12 nginx/Windows-1.1.12