Nginx 可以在大多數 Unix like OS 上編譯運行,並有 Windows 移植版。 目前 Nginx 的1.0.0穩定版已發佈,開發版本為0.9.x,穩定版為 0.8.x,歷史穩定版為 0.7.x,建議使用 0.8系列作為生產版本。 Nginx 的原始程式碼使用 2-clause BSD-like license。
Nginx 是一個很牛的高性能Web和反向代理伺服器,它具有很多非常優越的特性:
在高連接併發的情況下,Nginx是HTTP://www.aliyun.com/zixun/aggregation/14417.html"> Apache伺服器不錯的替代品:Nginx在美國是做虛擬主機生意的老闆們經常選擇的軟體平臺之一。 能夠支援高達 50,000 個併發連接數的回應,感謝Nginx為我們選擇了 epoll and kqueue作為開發模型。
Nginx作為負載均衡伺服器:Nginx 既可以在內部直接支援 Rails 和 PHP 程式對外進行服務,也可以支援作為 HTTP代理伺服器對外進行服務。 Nginx採用C進行編寫,不論是系統資源開銷還是CPU使用效率都比 Perlbal 要好很多。
nginx 1.0.1發行日誌:
*) Change: now the "split_clients" directive uses MurmurHash2 algorithm because of better distribution.
*) Change: now long strings starting with zero are not considered as false values.
*) Change: now nginx uses a default listen backlog value 511 on Linux.
*) Feature: the $upstream_... variables may be used in the SSI and perl modules.
*) Bugfix: now nginx limits better disk cache size.
*) Bugfix: a segmentation fault might occur while parsing incorrect IPv4 address; the bug had appeared in 0.9.3.
*) Bugfix: nginx could not be built by gcc 4.6 without --with-debug option.
*) Bugfix: nginx could not be built on Solaris 9 and earlier; the bug had appeared in 0.9.3.
*) Bugfix: $request_time variable had invalid values if subrequests were used; the bug had appeared in 0.8.47.
下載位址: nginx-1.0.1 pgp nginx/Windows-1.0.1 pgp