Nginx(engine x)是一個高性能的HTTP和反向代理服務器,也是一個IMAP/POP3/SMTP代理服務器。Nginx是由Igor Sysoev為俄羅斯訪問量第二的Rambler.ru站點開發的,它已經在該站點運行超過兩年半了.其特點是占有內存少,并發能力強,事實上Nginx 的并發能力確實在同類型的網頁伺服器中表現較好。目前中國大陸使用Nginx網站用戶有:新浪、網易、騰訊。
Changes with nginx 0.8.47 28 Jul 2010
*) Bugfix: $request_time variable had invalid values for subrequests.
*) Bugfix: errors intercepted by error_page could be cached.
*) Bugfix: a cache manager process my got caught in an endless loop, if
max_size parameter was used; the bug had appeared in 0.8.46.
下載地址:
linux:http://nginx.org/download/nginx-0.8.47.tar.gz
windows:http://nginx.org/download/nginx-0.8.47.zip