软件简介
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 开发版的开发。