Nginx

来源:互联网 发布:手机淘宝众筹入口 编辑:程序博客网 时间:2024/05/17 05:02

http://wiki.nginx.org/NginxChs

 

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

因为 Nginx 的文档大部分是俄文的,本维基的目的是帮助使用中文世界的用户安装、配置和交换有关 Nginx 的使用经验。大部分文档源自(al-nginx AT none.at,Aleksandar Lazic) 的工作,有关本维基本身的问题请直接询问Cliff Wells[1] ,其他翻译请点击 。

Edit section: Nginx 发布 Nginx 发布

  • 当前稳定版: Nginx 0.8.53 | Nginx/windows 0.8.53 (更新记录) (2010年10月18日)
  • 历史稳定版: Nginx 0.7.67 | Nginx/windows 0.7.67 (更新记录) (2010年06月15日)
  • 历史稳定版: Nginx 0.6.39 | (更新记录) (2009年9月14日)

Edit section: Nginx 新闻 Nginx 新闻

  • Evan Miller 的 Emiller的Nginx模块开发指南 草稿发布(2009年8月13日),中文草稿(2009年9月21日) ,Nginx的。
  • TorrentReactor 使用 Nginx。
  • 万一你没有立刻注意到,提醒下,维基使用了新主题。
  • 因为最近的一些垃圾信息,现在必须注册一个帐户才能编辑该维基。不便之处,多多包涵。不过,这对于将这些垃圾信息抑制在萌芽状态的最好方法。
  • Netcraft 2008年8月份调查 - Nginx数量正在增加
  • 2008年12月份调查 - 部署Nginx 的主机或虚拟主机总数已达350万,其增长率超过Lighttpd
  • 2009年3月份调查 - 全球范围内部署Nginx 的主机或虚拟主机比例以达到3.06%
  • 2009年5月份调查 - 全球范围内部署Nginx 的主机或虚拟主机比例以达到3.25%
  • 2009年7月份调查 - 全球范围内部署Nginx 的主机或虚拟主机比例以达到5.4%
  • nginx-0.8.51稳定版发布 0.8.x现在为稳定版分支
  • IRC Log

Edit section: 主要文档 主要文档

  • 概述
  • 为什么选择 Nginx ?
  • 安装 Nginx
  • 运行和控制 Nginx - 命令行参数和信号
  • 配置符号参考
  • 优化 Nginx
  • 常见问题(FAQ)
  • 调试 nginx
  • 特性请求

Edit section: 核心模块 核心模块

  • 主模块
  • 事件模块
  • HTTP 模块
  • IMAP 模块 在 0.5.15 发布中已经变为 mail 模块了
  • Mail 模块

Edit section: 基本模块 基本模块

  • HTTP Access 模块
  • HTTP Auth Basic 模块
  • HTTP AutoIndex 模块
  • HTTP DAV 模块
  • HTTP FastCGI 模块
  • HTTP Gzip Compression 模块
  • HTTP Headers 模块
  • HTTP Index 模块
  • HTTP Log 模块
  • HTTP Proxy 模块
  • HTTP Rewrite 模块
  • HTTP SSL 模块
  • HTTP Upstream 模块
  • MAIL Auth 模块
  • MAIL Proxy 模块
  • MAIL SSL 模块

Edit section: 其他模块 其他模块

  • HTTP Addition 模块
  • HTTP Charset 模块
  • HTTP Empty GIF 模块
  • HTTP GEO 模块
  • HTTP Map 模块
  • HTTP Real IP 模块
  • HTTP Referer 模块
  • HTTP SSI 模块
  • HTTP UserID 模块
  • HTTP Browser 模块
  • HTTP Flash Streaming 模块
  • HTTP Stub Status 模块
  • HTTP Memcached 模块
  • HTTP limit_zone 模块
  • Embedded Perl 模块
  • HTTP sub_filter 模块
  • HTTP Secure Link 模块

Edit section: 第三方模块 第三方模块

  • HTTP Circle GIF 模块
  • HTTP Upstream Request Hash 模块
  • Notice 模块
  • nginx_substitutions_filter 模块
  • Http Access Key 模块

Edit section: 配置示例和方法 配置示例和方法

  • 完整示例
  • 完整示例(来自 Nginx 站点)
  • 虚拟主机
  • 负载均衡示例
  • PHP/FastCGI 示例
  • 转换简单的Perl CGI到FastCGI
  • 通过 FastCGI 调度 Ruby CGI
  • 通过 FastCGI 调度 Python CGI
  • 通过 Flup/FastCGI/WSGI 调度 Python CGI
  • 通过 FastCGI 发送到 Turbogears
  • Turbogears 代理
  • 使用内嵌的 Perl 解释器 (实验性的)
  • Ruby on Rails / Mongrel
  • Django FastCGI / Nginx (on RHEL4)
  • IMAP/POP3 Proxy Example
  • X-Sendfile (=> X-Accel-Redirect) in Nginx
  • Disable the errorlog entries caused by the HW-Loadbalancer
  • NginxChs/OpenBSD 4.1

Edit section: 社团 社团

  1. IRC: #nginx on irc.freenode.net (log archives )
  2. Subscribe to the English Mailing List

Edit section: 外部资源 外部资源

  1. Nginx 官方首页(English)
  2. Nginx中文网
  3. Nginx中文文档
  4. Nginx模块参考手册中文版
  5. Nginx 各版本源代码和Win32 Binaries
  6. Nginx 0.8.x + PHP 5.2.13(FastCGI)搭建胜过Apache十倍的Web服务器(第6版)
  7. Evan Miller's Guide to Nginx Module Development
  8. Nginx模块开发备忘
  9. Nginx/windows 0.7.59 与PHP FastCGI 协同工作配置
  10. Nginx source code cross-reference
  11. Nginx (draft English docs by Aleksandar Lazic) is now integrated into this wiki ;-)
  12. Cherokee vs Nginx benchmark
  13. Nginx and TurboGears
  14. Lots of Nginx examples
  15. Nginx With PHP As FastCGI Howto (with fcgi-start script)
  16. Nginx, PHP and a PHP FastCGI daemon init script (with init script for PHP FastCGI)
  17. Nginx and Mongrel
  18. Short Nginx examples
  19. Init.d boot-up script for Linux
  20. Nginx & Mongrel Cluster (with a possible start-stop script)
  21. DokuWiki & nginx
  22. Rails caching with Nginx's X-Accel-Redirect
  23. Several Python::NginxChs blog entries
  24. nginx.vim (config syntax highlighting for Vim)
  25. Nginx, Fastcgi, PHP, rewrite config for Drupal
  26. Rails hosting simplified (Using Nginx)
  27. Django on Nginx
  28. Pylons on Nginx
  29. Godaddy Turbo SSL on Nginx

Edit section: 支持 Nginx! 支持 Nginx!

Nginx是一个开源的免费项目,需要大量的投资来支持我们的开发,比如购置服务器设备以支持Nginx官方网站、维基,或者是购买设备来测试开发。你可以通过捐赠的方式来帮助和支持本项目。我们衷心地希望使用Nginx而得益的企业或运营商、个人能拿出部分所得利来捐助Nginx,一方面为了Nginx更好,一方面也为了您能得到更完美的服务器程序。

PayPal: paypal@nginx.net

Retrieved from "http://wiki.nginx.org/Chs"
原创粉丝点击