Nginx 官方中文 Wiki

jopen 9年前發布 | 46K 次閱讀 Nginx Web服務器

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] ,其他翻譯請點擊

Nginx 1.2.0 發布了

1.2.x 版的第一個的穩定版已經發布了。

1.2.0 版中合并了在 1.1.x 版中開發許多新特性,比如:

  • 支持同上級服務器的長(keepalive)連接(HTTP 1.1)
  • 如果啟用了緩存,會將多個并發的請求合并在一起后再發送給上級服務器
  • 支持對同時發生的請求和連接的數量進行限制
  • 減少在各種邊界場景(比如處理 long-lived 請求)中的內存消耗

更多說明請參考完整的 更新日志.

主要文檔 </h1>

配置示例和方法

社團

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

外部資源

  1. Nginx模塊參考手冊中文版
  2. Nginx 各版本源代碼和Win32 Binaries
  3. Nginx 0.8.x + PHP 5.2.13(FastCGI)搭建勝過Apache十倍的Web服務器(第6版)
  4. Evan Miller's Guide to Nginx Module Development
  5. Nginx模塊開發備忘
  6. Nginx/windows 0.7.59 與PHP FastCGI 協同工作配置
  7. Nginx source code cross-reference
  8. Nginx (draft English docs by Aleksandar Lazic) is now integrated into this wiki ;-)
  9. Cherokee vs Nginx benchmark
  10. Nginx and TurboGears
  11. Lots of Nginx examples
  12. Nginx With PHP As FastCGI Howto (with fcgi-start script)
  13. Nginx, PHP and a PHP FastCGI daemon init script (with init script for PHP FastCGI)
  14. Nginx and Mongrel
  15. Short Nginx examples
  16. Init.d boot-up script for Linux
  17. Nginx & Mongrel Cluster (with a possible start-stop script)
  18. DokuWiki & nginx
  19. Rails caching with Nginx's X-Accel-Redirect
  20. Several Python::NginxChs blog entries
  21. nginx.vim (config syntax highlighting for Vim)
  22. Nginx, Fastcgi, PHP, rewrite config for Drupal
  23. Rails hosting simplified (Using Nginx)
  24. Django on Nginx
  25. Pylons on Nginx
  26. Godaddy Turbo SSL on Nginx
  27. 關于Nginx的一些優化(突破10W并發)
  28. Linux下Nginx+PHP+MySQL配置
</span>

來自:http://wiki.nginx.org/NginxChs

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!