http://sysoev.ru/nginx/nginx-0.8.21.tar.gz(linux)
http://sysoev.ru/nginx/nginx-0.8.21.zip(win)
Changes with nginx 0.8.21 26 Oct 2009
*) Feature: now the "-V" switch shows TLS SNI support.
*) Feature: the "listen" directive of the HTTP module supports unix
domain sockets.
Thanks to Hongli Lai.
*) Feature: the "default_server" parameter of the "listen" directive.
*) Feature: now a "default" parameter is not required to set listen
socket options.
*) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;
*) Bugfix: socket leak; the bug had appeared in 0.8.11.
二十七 于 2009-10-28 13:05:46发表:
Nginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用 Nginx.
gaiebian 于 2009-10-27 12:27:28发表:
这个主要是做什么的,应用在哪方面