軟件簡介
Nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。從該版本開始,Nginx 0.8.x 分支已經是穩定版本狀態。目前中國大陸使用nginx網站用戶有:新浪、網易、騰訊,另外知名的微網志Plurk也使用nginx。Nginx 0.8.x 最大的改進包括:
* 命名的正則表達式
* file AIO in FreeBSD and Linux,
* SSL CRL,
* SCGI and uwsgi modules.
昨天剛剛發布的 Nginx 0.8.51 穩定版后,今天就宣布了 0.8.51 不穩定,來了 0.8.52 版,該版本修復了一個嚴重的bug,該bug僅在 0.8.51 版本中存在:
nginx used SSL mode for a listen socket if any listen option was set
Nginx 0.8.51 版本改進內容:
*) Change: the "secure_link_expires" directive has been canceled.
*) Change: a logging level of resolver errors has been lowered from "alert" to "error".
*) Feature: now a listen socket "ssl" parameter may be set several times.
按照以往的經驗,Nginx 將會停止 0.7.x 版本的更新,開始新的 0.9.x 開發版的開發。