Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2244980
  • 博文数量: 1058
  • 博客积分: 10018
  • 博客等级: 上将
  • 技术积分: 12641
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-23 19:24
文章分类

全部博文(1058)

文章存档

2010年(108)

2009年(736)

2008年(214)

我的朋友

分类: LINUX

2009-03-14 00:04:25

Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器. Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,它已经在该站点运行超过两年半了.Igor 将源代码以类BSD许可证的形式发布.尽管还是测试版,但是,Nginx 已经因为它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名了.

下载:

Changes with nginx 0.7.41                                        11 Mar 2009

    *) Bugfix: a segmentation fault might occur in worker process, if a 
       "server_name" or a "location" directives had captures in regular 
       expressions; the issue had appeared in 0.7.40.
       Thanks to Vladimir Sopot.


Changes with nginx 0.7.40                                        09 Mar 2009

    *) Feature: the "location" directive supports captures in regular 
       expressions.

    *) Feature: an "alias" directive with capture references may be used 
       inside a location given by a regular expression with captures.

    *) Feature: the "server_name" directive supports captures in regular 
       expressions.

    *) Workaround: the ngx_http_autoindex_module did not show the trailing 
       slash in directories on XFS filesystem; the issue had appeared in 
       0.7.15.
       Thanks to Dmitry Kuzmenko.
阅读(387) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~