nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。其特點是占有內存少,并發能力強,事實上 nginx的并發能力確實在同類型的網頁伺服器中表現較好.目前中國大陸使用nginx網站用戶有:新浪、網易、騰訊,另外知名的微網志Plurk也使用 nginx。
該版本修復了 5 個bug,詳細如下:
*) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE, COPY, and MOVE methods for symlinks.
*) Bugfix: values of the $query_string, $arg_..., etc. variables cached in main request were used by the SSI module in subrequests.
*) Bugfix: a variable value was repeatedly encoded after each an "echo" SSI-command output; the bug had appeared in 0.6.14.
*) Bugfix: a worker process hung if a FIFO file was requested.
*) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux.
*) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.35.
下載:
http://nginx.org/download/nginx-0.8.36.tar.gz (linux)
http://nginx.org/download/nginx-0.8.36.zip (win)
