Nginx 0.8.31
Nginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用Nginx.
随着0.8.30的更新,网站也做了美化,另外还可设了论坛。
至于软件的图就没法截了,没有图形界面,只有一堆命令。
Nginx 0.8.31更新日志
2009-12-23
- Feature: now the “error_page” directive may redirect the 301 and 302 responses.
- Feature: the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude variables.
- Feature: now the ngx_http_image_filter_module deletes always EXIF and other application specific data if the data consume more than 5% of a JPEG file.
- Bugfix: nginx closed a connection if a cached response had an empty body.
- Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher optimization option was used.
- Bugfix: regular expressions in location were always tested in case-sensitive mode; the bug had appeared in 0.8.25.
- Bugfix: nginx cached a 304 response if there was the “If-None-Match” header line in a proxied request.
- Bugfix: nginx/Windows tried to delete a temporary file twice if the file should replace an already existent file.
—————————————–
下载 :Nginx 0.8.31 for Windows (755KB)
下载 :Nginx 0.8.31 for Linux (604KB)

