輕量級Web服務器 Nginx 1.1.15 開發版發布
Nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。 其特點是占有內存少,并發能力強,事實上nginx的并發能力確實在同類型的網頁伺服器中表現較好.目前中國大陸使用nginx網站用戶有:新浪、網易、 騰訊,另外知名的微網志Plurk也使用nginx。
Nginx 1.1.15 開發版發布了,下載地址:
nginx-1.1.15 nginx/Windows-1.1.15
改進記錄:
*) Feature: the "disable_symlinks" directive.
*) Feature: the "proxy_cookie_domain" and "proxy_cookie_path" directives.
*) Bugfix: nginx might log incorrect error "upstream prematurely closed connection" instead of correct "upstream sent too big header" one. (Thanks to Feibo Li.)
*) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used.
*) Bugfix: internal redirects to named locations were not limited.
*) Bugfix: calling $r->flush() multiple times might cause errors in the ngx_http_gzip_filter_module.
*) Bugfix: temporary files might be not removed if the "proxy_store" directive were used with SSI includes.
*) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value.
*) Bugfix: a segmentation fault might occur in a worker process if too many SSI subrequests were issued simultaneously; the bug had appeared in 0.7.25.