Nginx 0.8.31

nginxNginx(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)

10年01月06日 | 添加评论 |

Nginx 0.8.30

nginxNginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用 Nginx.

随着0.8.30的更新,网站也做了美化,还可设了论坛。

Nginx 0.8.30更新日志

2009-12-15

- Change: now the default buffer size of the “large_client_header_buffers” directive is 8K.
- Feature: the conf/fastcgi.conf for simple FastCGI configurations.
- Bugfix: nginx/Windows tried to rename a temporary file twice if the file should replace an already existent file.
- Bugfix: of “double free or corruption” error issued if host could not be resolved; the bug had appeared in 0.8.22.
- Bugfix: in libatomic usage on some platforms.

———————————

下载 :Nginx 0.8.30 for Windows (754KB)

09年12月23日 | 添加评论 |

Nginx 0.8.29

nginxNginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用Nginx.

Nginx 0.8.29更新日志

2009-11-30

Nginx 0.8.29Change: now the “009″ status code is written to an access log for proxied HTTP/0.9 responses.

Feature: the “addition_types”, “charset_types”, “gzip_types”, “ssi_types”, “sub_filter_types”, and “xslt_types” directives support an “*” parameter.

Feature: GCC 4.1+ built-in atomic operations usage.Thanks to W-Mark Kubacki.

Feature: the Nginx 0.8.29–with-libatomic[=DIR] option in the configure.Thanks to W-Mark Kubacki.

Bugfix: listen unix domain socket had limited access rights.

Bugfix: cached HTTP/0.9 responses were handled incorrectly.

Bugfix: regular expression named captures given by “?P<…>” did not work in a “server_name” directive.

——————————–

下载 :Nginx 0.8.29 for Windows (753KB)

下载 :Nginx 0.8.29 for Linux (602KB)

09年12月02日 | 添加评论 |

Nginx 0.8.28

nginxNginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用Nginx.

Nginx 0.8.28更新日志

2009-11-23

Bugfix: nginx could not be built with the –without-pcre parameter; the bug had appeared in 0.8.25.

——————————————–

下载 :Nginx 0.8.28 for Windows (753KB)

下载 :Nginx 0.8.28 for Linux (601KB)

09年11月26日 | 添加评论 |

Nginx 0.8.25

nginxNginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx的并发能力确实在同类型的网页伺服器中表现较好。Nginx目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用Nginx.

Nginx 0.8.25更新日志

2009-11-16

Bugfix: in captures usage in “rewrite” directive; the bug had appeared in 0.8.25.

Bugfix: nginx could not be built without the –with-debug option; the bug had appeared in 0.8.25.

——————————————-

下载 :Nginx 0.8.25 for Windows (753KB)

下载 :Nginx 0.8.25 for Linux (600KB)

09年11月19日 | 添加评论 |

Nginx 0.8.24

nginxNginx(engine x)是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器. Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,它已经在该站点运行超过两年半了.其特点是占有内存少,并发能力强,事实上Nginx 的并发能力确实在同类型的网页伺服器中表现较好。目前中国大陆使用Nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用 Nginx.

Nginx 0.8.24 更新日志

2009-11-11

Bugfix: nginx always added “Content-Encoding: gzip” response header line in 304 responses sent by ngx_http_gzip_static_module.

Bugfix: nginx could not be built without the –with-debug option; the bug had appeared in 0.8.23.

Bugfix: the “unix:” parameter of the “set_real_ip_from” directive inherited incorrectly from previous level.
Bugfix: in resolving empty name.

——————————————-

下载 :Nginx 0.8.24 for Windows (752KB)

下载 :Nginx 0.8.24 for Linux (598KB)

09年11月12日 | 添加评论 |
Page 1 of 3123»

©2008 版权所有 Googoolee.cn | 主题由Zming提供 | | 津ICP备09012813号 | | 网址专家互链