• ----:)欢迎访问源码网(:----
  • 首页
  • 开发学院
  • 下载中心
  • 繁體中文

源码网 - 中国第一源码门户
选择镜像:网通镜像 - 电信主站
  • 首 页
  • ASP源码
  • PHP源码
  • .NET源码
  • JSP源码
  • CGI源码
  • 编程相关
  • 书籍教程
  • 建站资源
  • 常用软件
FLASH源码 | 模板素材 | 服务器类 | 字体下载 | Delphi | Visual Basic | Visual C++ | Visual FoxPro | PowerBuilder | BCB
软件分类 | 最近更新 | 推荐软件 | TOP100 | 分类排行 | 发布软件 | 软件搜索 高级搜索

用户中心 添加到百度搜藏 添加到百度搜藏您的位置: 下载中心 >> 资源工具 >> 服务器类 >> HTTP服务器 >>下载页面
 

精彩推荐

 
 

编辑推荐

  • 买普洱茶就到51普洱网
  • 源码学院,你喜欢看的
 
 

最新更新

  • nginx 1.0.8 For Windows 稳定版
  • nginx 1.0.8 For Linux 稳定版
  • XAMPP 1.7.7 For Windows
  • XAMPP 1.7.7 for Linux
  • nginx 1.1.1 For Windows
  • nginx 1.1.1 For Linux
  • Discuz!X 2.0 R20110817 繁体BIG5
  • Ngwsx 1.0.4.0
  • PHP 5.3.7 RC1 For Windows
  • PHP 5.3.7 RC1 For Linux
  • Qlnmp 0.1.0.2 Lite
  • LNMP一键安装包 0.7
  • PHP5环境集成安装包 for IIS6 2.0 正式版
  • Apache Tomcat 7.0.12 For Linux
  • Apache Tomcat 7.0.12
 
 

下载排行

  • IIS服务安装包完整版(Win2000/XP/2003)
  • (Java 2 SDK)JDK 1.4.2_06
  • Windows Server 2003 IIS 服务器组件完全安装包 IIS6.0安装文件夹
  • Apache v2.0.59 For Windows
  • Tomcat 5.5.20 汉化版 for Windows
  • php5 环境集成安装包 for IIS6 v1.0 修正版
  • NetBox 2.8.4128.0 绿色版
  • WampServer 5 集成环境 2.0c
  • 711 ASP网站服务器测试工具(ASP WEB Server)
  • ASP - IIS 绿色版
  • Apache Tomcat v5.5.20 For Windows
  • PHP Setup for IIS(Mysql5)
  • APMServ 5.2.6
  • PHP 5.2.7 For Windows 安装版
  • NetBox v2.8.4128
 
 

推荐下载

  • APMServ 5.2.6
  • PHP v6.0 For Windows
 
 

百度搜索

 
 

Nginx 0.7.65 For Windows 当前稳定版

  • 软件评价:
  • 是否推荐:否 相关评论
  • 软件大小:605KB
  • 运行环境:Windows平台
  • 软件语言:英文
  • 软件授权:开源软件
  • 收录/更新:2010-02-02/2010-02-02
  • 下载次数:
  • 标 签[?]:Nginx   
  • 预览图片: 暂无预览图
  • 相关链接:暂无演示 作者主页
  • 联系作者:

开始下载 查看软件介绍 评价此软件 查看评论 去论坛讨论
  • 软件简介: 
  • ASP源码
  • PHP源码
  • .NET源码
  • 站长在线
  • 网页制作
  • 编程开发
  • 数据库

Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理服务器,也是一个 IMAP/POP3/SMTP代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的Rambler.ru 站点开发的,它已经在该站点运行超过四年多了。Igor 将源代码以类BSD许可证的形式发布。自Nginx 发布四年来,Nginx 已经因为它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名了。目前国内各大门户网站已经部署了Nginx,如新浪、网易、腾讯等;国内几 个重要的视频分享网站也部署了Nginx,如六房间、酷6等。新近发现Nginx 技术在国内日趋火热,越来越多的网站开始部署Nginx。

Changes with nginx 0.7.65 更新列表:
*) Security: now nginx/Windows ignores trailing spaces in URI.
Thanks to Dan Crowley, Core Security Technologies.
*) Security: now nginx/Windows ignores short files names.
Thanks to Dan Crowley, Core Security Technologies.
*) Change: now the "009" status code is written to an access log for
proxied HTTP/0.9 responses.
*) Change: now the default buffer size of the
"large_client_header_buffers" directive is 8K.
Thanks to Andrew Cholakian.
*) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".
*) Change: now SSLv2 protocol is disabled by default.
*) Change: now $host variable value is always low case.
*) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
*) Feature: now URI part is not required a "proxy_pass" directive if variables are used.
*) Feature: the $ssl_session_id variable.
*) Bugfix: if a proxied or FastCGI request was internally redirected to another proxied or FastCGI location, then $upstream_response_time variable may have abnormally large value; the bug had appeared in 0.7.63.
*) Bugfix: if the "expires modified" set date in the past, then a negative number was set in the "Cache-Control" response header line.
Thanks to Alex Kapranoff.
*) Bugfix: nginx closed a connection if a cached response had an empty body.
Thanks to Piotr Sikora.
*) Bugfix: nginx cached a 304 response if there was the "If-None-Match" header line in a proxied request.
Thanks to Tim Dettrick and David Kostal.
*) Bugfix: nginx did not treat a comma as separator in the "Cache-Control" backend response header line.
*) Bugfix: cached HTTP/0.9 responses were handled incorrectly.
*) Bugfix: nginx sent gzipped responses to clients those do not support gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared in 0.8.16.
*) Bugfix: nginx always added "Content-Encoding: gzip" response header line in 304 responses sent by ngx_http_gzip_static_module.
*) Bugfix: the "!-x" operator did not work.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault might occur in a worker process, if limit_rate was used in HTTPS server.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault might occur in a worker process while $limit_rate logging.
Thanks to Maxim Dounin.
*) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;
*) Bugfix: nginx/Windows tried to delete a temporary file twice if the file should replace an already existent file.
*) Bugfix: nginx/Windows tried to rename a temporary file twice if the file should replace an already existent file.
*) Bugfix: nginx/Windows might not create temporary file, a cache file,
or "proxy/fastcgi_store"d file if a worker had no enough access rights for top level directories.
*) Bugfix: in UTF-8 encoding support by "try_files" directive in nginx/Windows.
*) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
Thanks to Maxim Dounin.
*) Bugfix: the ngx_http_autoindex_module did not show the trailing slash in links to a directory; the bug had appeared in 0.7.15.
*) Bugfix: nginx did not close a log file set by the --error-log-path configuration option; the bug had appeared in 0.7.53.
*) Bugfix: "addition_types" directive was incorrectly named "addtion_types".
*) Bugfix: invalid request line in $request variable was written in access_log only if error_log was set to "info" or "debug" level.
加至站内收藏下载错误报告
下载地址:上海电信 苏州电信 (新窗口下载) 下载帮助
更多"Nginx 0.7.65 For Windows 当前稳定版"下载


投一票: (11)      (1)
相关软件
  • nginx 1.0.8 For Windows 稳定版
  • nginx 1.0.8 For Linux 稳定版
  • nginx 1.1.1 For Windows
  • nginx 1.1.1 For Linux
  • Ngwsx 1.0.4.0
  • nginx 0.9.7 For Windows
  • nginx 0.9.7 For Linux
  • Nginx七个实验
  • Nginx模块参考手册中文版
  • Nginx 0.8.54 For Windows 稳定版
相关资讯
  • nginx 虚拟目录自动加“/”
  • nginx配置php(fastcgi)
  • Nginx安装配置
  • nginx安装配置详解
  • nginx 负载均衡配置
  • 用Debian类安装Nginx详细配置
  • Nginx配置文件中文注释
  • Nginx内核参数相关的优化设定
  • Nginx内核优化的源代码探秘
  • Nginx优化设置基本的TCP配置
  • 网友评论:
  • 查看所有评论
  • 我要发表评论
您的网名:
留言主题:
你要发表的内容:

 
  • 字母检索
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z

在线投稿联系QQ:22239711
关于本站 | 广告联系 | 版权声明 | 网站地图 | 发布软件 | 帮助中心

Copyright © 2008 CodePub.Com  程序支持:木翼  滇ICP备05005971号

处理 SSI 文件时出错