发布于 2015-09-22 23:23:46 | 246 次阅读 | 评论: 0 | 来源: 网友投递
Nginx WEB服务器
Nginx 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。
Nginx-1.9.5 开发版已发布,此版本更新内容如下:
源代码包
http://nginx.org/download/nginx-1.9.5.tar.gz
Windows二进制包
http://nginx.org/download/nginx-1.9.5.zip
修改记录:
新增:the ngx_http_v2_module (replaces ngx_http_spdy_module).
变更:now the "output_buffers" directive uses two buffers by default.
变更:now nginx limits subrequests recursion(子请求调用的递归次数),
not simultaneous subrequests(并发的子请求数).
变更:now nginx checks the whole cache key when returning a response from cache.
修复:"header already sent" alerts might appear in logs when using cache;
the bug had appeared in 1.7.5.
修复:"writev() failed (4: Interrupted system call)" errors might appear in logs
when using CephFS and the "timer_resolution" directive on Linux.
修复:in invalid configurations handling.
修复:a segmentation fault occurred in a worker process
if the "sub_filter" directive was used at http level;
the bug had appeared in 1.9.4.
======
NGINX Plus Release 7 (R7)前几天也发布了
https://www.nginx.com/blog/nginx-plus-r7-released/
Nginx 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。