狠狠色丁香婷婷综合尤物/久久精品综合一区二区三区/中国有色金属学报/国产日韩欧美在线观看 - 国产一区二区三区四区五区tv

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發文檔 其他文檔  
 
網站管理員

nginx介紹

admin
2012年2月22日 14:25 本文熱度 3000

Nginx ("engine x") 是一個高性能的 HTTP 和 反向代理 服務器,也是一個 IMAP/POP3/SMTP 代理服務器。 Nginx 是由 Igor Sysoev 為俄羅斯訪問量第二的 Rambler.ru 站點開發的,第一個公開版本0.1.0發布于2004年10月4日。其將源代碼以類BSD許可證的形式發布,因它的穩定性、豐富的功能集、示例配置文件和低系統資源的消耗而聞名。2011年6月1日,nginx 1.0.4發布。

目錄

優點
Nginx性能概述
  1. HTTP基礎功能
  2. 其他HTTP功能
  3. 郵件代理服務器功能
  4. 認證方法
  5. 支持的操作系統
  6. 結構與擴展
  7. 實驗特性
常見問題(FAQ)
  1. 某些東東不工作
  2. 對于chroot的支持是否在計劃之中
  3. 讓Nginx成為以postfix做為后端的SMTP代理
  4. 基于太多人詢問下面的問題:
安裝Nginx
  1. 模塊依賴性
  2. 預先編譯好的安裝包
  3. 官方源代碼下載
  4. 示例 (最好能在同一行)
優點
Nginx性能概述
  1. HTTP基礎功能
  2. 其他HTTP功能
  3. 郵件代理服務器功能
  4. 認證方法
  5. 支持的操作系統
  6. 結構與擴展
  7. 實驗特性
常見問題(FAQ)
  1. 某些東東不工作
  2. 對于chroot的支持是否在計劃之中
  3. 讓Nginx成為以postfix做為后端的SMTP代理
  4. 基于太多人詢問下面的問題:
安裝Nginx
  1. 模塊依賴性
  2. 預先編譯好的安裝包
  3. 官方源代碼下載
  4. 示例 (最好能在同一行)
 

優點

  Nginx 可以在大多數 Unix like OS 上編譯運行,并有 Windows 移植版。目前 Nginx 的1.0.9穩定版已經于2011年11月1日發布,開發版本已完成的為1.1.8,如果新建站點,建議使用最新穩定版作為生產版本,已有站點升級急迫性不高。 Nginx 的源代碼使用 2-clause BSD-like license。
  Nginx 是一個很牛的高性能Web和反向代理服務器,它具有很多非常優越的特性:
  在高連接并發的情況下,Nginx是Apache服務器不錯的替代品:Nginx在美國是做虛擬主機生意的老板們經常選擇的軟件平臺之一。能夠支持高達 50,000 個并發連接數的響應,感謝Nginx為我們選擇了 epoll and kqueue作為開發模型。
  Nginx作為負載均衡服務器:Nginx 既可以在內部直接支持 Rails 和 PHP 程序對外進行服務,也可以支持作為 HTTP代理服務器對外進行服務。Nginx采用C進行編寫,不論是系統資源開銷還是CPU使用效率都比 Perlbal 要好很多。
  作為郵件代理服務器:Nginx 同時也是一個非常優秀的郵件代理服務器(最早開發這個產品的目的之一也是作為郵件代理服務器),Last. fm 描述了成功并且美妙的使用經驗。
  Nginx 是一個安裝非常的簡單,配置文件非常簡潔(還能夠支持perl語法),Bugs非常少的服務器:Nginx 啟動特別容易,并且幾乎可以做到7*24不間斷運行,即使運行數個月也不需要重新啟動。你還能夠不間斷服務的情況下進行軟件版本的升級。

Nginx性能概述

HTTP基礎功能

  處理靜態文件,索引文件以及自動索引;
  反向代理加速(無緩存),簡單的負載均衡和容錯;
  FastCGI,簡單的負載均衡和容錯;
  模塊化的結構。過濾器包括gzipping, byte ranges, chunked responses, 以及 SSI-filter 。在SSI過濾器中,到同一個 proxy 或者 FastCGI 的多個子請求并發處理;
  SSL 和 TLS SNI 支持;
  IMAP/POP3 代理服務功能:
  使用外部 HTTP 認證服務器重定向用戶到 IMAP/POP3 后端;
  使用外部 HTTP 認證服務器認證用戶后連接重定向到內部的 SMTP 后端;

其他HTTP功能

  基于名稱和基于IP的虛擬服務器;
  Keep-alive and pipelined connections support;保持活動和支持管線連接;
  Flexible configuration;靈活的配置;
  Reconfiguration and online upgrade without interruption of the client processing;重構,未經客戶處理中斷在線升級;
  Access log formats, bufferred log writing, and quick log rotation;訪問日志格式,bufferred日志寫,快速登錄旋轉;
  3xx-5xx error codes redirection; 3xx的- 5xx錯誤代碼重定向;
  The rewrite module;重寫模塊;
  Access control based on client IP address and HTTP Basic authentication;訪問控制基于客戶端IP地址和HTTP基本認證;
  The PUT, DELETE, MKCOL, COPY and MOVE methods;在PUT,DELETE鍵,MKCOL,復制和移動方法;
  FLV streaming;的FLV流;
  Speed limitation;車速限制;
  Limitation of simultaneous connections or requests from one address.限制同時連接或從一個地址的請求。
  Embedded perl.嵌入式的Perl。

郵件代理服務器功能

  用戶重定向到IMAP/POP3后端使用外部HTTP認證服務器;
  User authentication using an external HTTP authentication server and connection redirection to internal SMTP backend;用戶身份驗證使用外部HTTP認證服務器和連接重定向到內部的SMTP后端;
  Authentication methods:驗證方法:
  POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;的POP3:用戶名/密碼,的APOP,AUTH的LOGIN/PLAIN/CRAM-MD5;
  IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5; IMAP的:登錄,AUTH的LOGIN/PLAIN/CRAM-MD5;
  SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;的SMTP:AUTH的LOGIN/PLAIN/CRAM-MD5;
  SSL support; SSL支持;
  STARTTLS and STLS support. STARTTLS的和補充的支持。

認證方法

  POP3: POP3 USER/PASS, APOP, AUTH LOGIN PLAIN CRAM-MD5;
  IMAP: IMAP LOGIN;
  SMTP: AUTH LOGIN PLAIN CRAM-MD5;
  SSL 支持;
  在 IMAP 和 POP3 模式下的 STARTTLS 和 STLS 支持;

支持的操作系統

  FreeBSD 3.x, 4.x, 5.x, 6.x i386; FreeBSD 5.x, 6.x amd64;
  Linux 2.2, 2.4, 2.6 i386; Linux 2.6 amd64;
  Solaris 8 i386; Solaris 9 i386 and sun4u; Solaris 10 i386;
  MacOS X (10.4) PPC;
  Windows XP和Windows Server 2003中。

結構與擴展

  一個主進程和多個工作進程。工作進程是單線程的,且不需要特殊授權即可運行;
  kqueue (FreeBSD 4.1+), epoll (Linux 2.6+), rt signals (Linux 2.2.19+), /dev/poll (Solaris 7 11/99+), select, 以及 poll 支持;
  kqueue支持的不同功能包括 EV_CLEAR, EV_DISABLE (臨時禁止事件), NOTE_LOWAT, EV_EOF, 有效數據的數目,錯誤代碼;
  sendfile (FreeBSD 3.1+), sendfile (Linux 2.2+), sendfile64 (Linux 2.4.21+), 和 sendfilev (Solaris 8 7/01+) 支持;
  輸入過濾 (FreeBSD 4.1+) 以及 TCP_DEFER_ACCEPT (Linux 2.4+) 支持;
  10,000 非活動的 HTTP keep-alive 連接僅需要 2.5M 內存
  最小化的數據拷貝操作;
  其他HTTP功能:
  基于IP 和名稱的虛擬主機服務;
  Memcached 的 GET 接口;
  支持 keep-alive 和管道連接;
  靈活簡單的配置;
  重新配置和在線升級而無須中斷客戶的工作進程;
  可定制的訪問日志,日志寫入緩存,以及快捷的日志回卷;
  4xx-5xx 錯誤代碼重定向;
  基于 PCRE 的 rewrite 重寫模塊
  基于客戶端IP 地址和 HTTP 基本認證的訪問控制;
  PUT, DELETE, 和 MKCOL 方法;
  支持 FLV (Flash 視頻);
  帶寬限制;

實驗特性

  內嵌的 perl
  通過 aio_read()/aio_write() 的套接字工作的實驗模塊,僅在 FreeBSD 下。
  對線程的實驗化支持,FreeBSD 4.x 的實現基于 rfork()
  Nginx 主要的英語站點是 http://sysoev. ru/en/
  英語文檔草稿由 Aleksandar Lazic 完成 點擊。

常見問題(FAQ)

某些東東不工作

  (URL重寫, 代理, 路徑, ...)
  例如: 如URL重寫(rewrite)不工作了或者是unix的路徑(/$PATH)的問題云云...
  請仔細閱讀 [NginxDebugging] 并且 逐行 查看錯誤日志。
  如果你沒找到錯誤 打起精神 試著到IRC或郵件列表里說明一下你碰到的問題。
  有沒有其它類似的Web服務器
  Cherokee
  Lighttpd (Lighty)
  thttpd
  關于各自的優缺點請使用自己喜歡的搜索引摯查找

對于chroot的支持是否在計劃之中

  在什么情況下使用Nginx比使用squid要好? 反之亦然。
  大體上來說nginx主要用于反向加速代理而不是像squid那樣做為常規代理服務器。Nginx的最大優勢在于高負載情況下內存和CPU的低消耗。 我不認為squid能給你帶來比nginx更好的性能。
  有沒有人能給出一個完整的.conf配置文件來詳細的解讀一下怎么配置和測試 IMAP 模塊, 而不只是關于 IMAP 的只言片語啊?
  依照 [NginxImapProxyExample] 開始你的配置. 關于不同配置參數的具體信息,請查看 [NginxMailCoreModule] 頁。
  示例1: 用運行于apache上的php腳本做后端驗證
  示例2: 使用運行于同一個服務器的 nginx-embedded-perl 模塊作為 imap/pop代理和認證后端

讓Nginx成為以postfix做為后端的SMTP代理

  Nginx使用什么算法來實現負載均衡? 它能實現基于連接數的負載均衡嗎?
  目前Nginx使用簡單的輪巡算法,所以無法做基本鏈接計數的負載均衡。 這個可能會在將來的版本中有所改變。
  我能關閉從代理服務器到后端服務器的緩存嗎或者使用上傳進度特性?

基于太多人詢問下面的問題:

  我能為了得到上傳進度而關閉代理的緩存嗎
  使用nginx我怎么才能給用戶顯示上傳進度
  ...
  到目前為止 (2007-Apr-26) 還沒有辦法關閉到后端服務器的緩存.

安裝Nginx

模塊依賴性

  gzip 模塊需要 zlib 庫
  rewrite 模塊需要 pcre 庫
  ssl 功能需要 openssl 庫

預先編譯好的安裝包

  Nginx在一些Linux發行版和BSD的各個變種版本的安裝包倉庫中都會有,通過各個系統自帶的軟件包管理方法即可安裝。需要注意的是,很多預先編譯好的安裝包都比較陳舊,大多數情況下還是推薦直接從源碼編譯。

官方源代碼下載

  特定平臺的安裝和記錄
  Nginx 在 Slackware 上的編譯安裝腳本
  Nginx 在ubuntu和debian上的安裝及腳本, debian針對nginx包的官方下載站點
  使用源代碼進行構建
  Nginx 使用 Unix 下常用的 './configure && make && make install' 過程來編譯安裝。
  configure 腳本確定系統所具有一些特性,特別是 nginx 用來處理連接的方法。然后,它創建 Makefile 文件。
  configure 支持下面的選項:
  --prefix= - Nginx安裝路徑。如果沒有指定,默認為 /usr/local/nginx。
  --sbin-path= - Nginx可執行文件安裝路徑。只能安裝時指定,如果沒有指定,默認為/sbin/nginx。
  --conf-path= - 在沒有給定-c選項下默認的nginx.conf的路徑。如果沒有指定,默認為/conf/nginx.conf。
  --pid-path= - 在nginx.conf中沒有指定pid指令的情況下,默認的nginx.pid的路徑。如果沒有指定,默認為 /logs/nginx.pid。
  --lock-path= - nginx.lock文件的路徑。
  --error-log-path= - 在nginx.conf中沒有指定error_log指令的情況下,默認的錯誤日志的路徑。如果沒有指定,默認為 /logs/error.log。
  --http-log-path= - 在nginx.conf中沒有指定access_log指令的情況下,默認的訪問日志的路徑。如果沒有指定,默認為 /logs/access.log。
  --user= - 在nginx.conf中沒有指定user指令的情況下,默認的nginx使用的用戶。如果沒有指定,默認為 nobody。
  --group= - 在nginx.conf中沒有指定user指令的情況下,默認的nginx使用的組。如果沒有指定,默認為 nobody。
  --builddir=DIR - 指定編譯的目錄
  --with-rtsig_module - 啟用 rtsig 模塊
  --with-select_module --without-select_module - Whether or not to enable the select module. This module is enabled by default if a more suitable method such as kqueue, epoll, rtsig or /dev/poll is not discovered by configure.
  //允許或不允許開啟SELECT模式,如果 configure 沒有找到更合適的模式,比如:kqueue(sun os),epoll (linux kenel 2.6+), rtsig(實時信號)或者/dev/poll(一種類似select的模式,底層實現與SELECT基本相 同,都是采用輪訓方法) SELECT模式將是默認安裝模式
  --with-poll_module --without-poll_module - Whether or not to enable the poll module. This module is enabled by default if a more suitable method such as kqueue, epoll, rtsig or /dev/poll is not discovered by configure.
  --with-http_ssl_module - Enable ngx_http_ssl_module. Enables SSL support and the ability to handle HTTPS requests. Requires OpenSSL. On Debian, this is libssl-dev.
  //開啟HTTP SSL模塊,使NGINX可以支持HTTPS請求。這個模塊需要已經安裝了OPENSSL,在DEBIAN上是libssl
  --with-http_realip_module - 啟用 ngx_http_realip_module
  --with-http_addition_module - 啟用 ngx_http_addition_module
  --with-http_sub_module - 啟用 ngx_http_sub_module
  --with-http_dav_module - 啟用 ngx_http_dav_module
  --with-http_flv_module - 啟用 ngx_http_flv_module
  --with-http_stub_status_module - 啟用 "server status" 頁
  --without-http_charset_module - 禁用 ngx_http_charset_module
  --without-http_gzip_module - 禁用 ngx_http_gzip_module. 如果啟用,需要 zlib 。
  --without-http_ssi_module - 禁用 ngx_http_ssi_module
  --without-http_userid_module - 禁用 ngx_http_userid_module
  --without-http_access_module - 禁用 ngx_http_access_module
  --without-http_auth_basic_module - 禁用 ngx_http_auth_basic_module
  --without-http_autoindex_module - 禁用 ngx_http_autoindex_module
  --without-http_geo_module - 禁用 ngx_http_geo_module
  --without-http_map_module - 禁用 ngx_http_map_module
  --without-http_referer_module - 禁用 ngx_http_referer_module
  --without-http_rewrite_module - 禁用 ngx_http_rewrite_module. 如果啟用需要 PCRE 。
  --without-http_proxy_module - 禁用 ngx_http_proxy_module
  --without-http_fastcgi_module - 禁用 ngx_http_fastcgi_module
  --without-http_memcached_module - 禁用 ngx_http_memcached_module
  --without-http_limit_zone_module - 禁用 ngx_http_limit_zone_module
  --without-http_empty_gif_module - 禁用 ngx_http_empty_gif_module
  --without-http_browser_module - 禁用 ngx_http_browser_module
  --without-http_upstream_ip_hash_module - 禁用 ngx_http_upstream_ip_hash_module
  --with-http_perl_module - 啟用 ngx_http_perl_module
  --with-perl_modules_path=PATH - 指定 perl 模塊的路徑
  --with-perl=PATH - 指定 perl 執行文件的路徑
  --http-log-path=PATH - Set path to the http access log
  --http-client-body-temp-path=PATH - Set path to the http client request body temporary files
  --http-proxy-temp-path=PATH - Set path to the http proxy temporary files
  --http-fastcgi-temp-path=PATH - Set path to the http fastcgi temporary files
  --without-http - 禁用 HTTP server
  --with-mail - 啟用 IMAP4/POP3/SMTP 代理模塊
  --with-mail_ssl_module - 啟用 ngx_mail_ssl_module
  --with-cc=PATH - 指定 C 編譯器的路徑
  --with-cpp=PATH - 指定 C 預處理器的路徑
  --with-cc-opt=OPTIONS - Additional parameters which will be added to the variable CFLAGS. With the use of the system library PCRE in FreeBSD, it is necessary to indicate --with-cc-opt="-I /usr/local/include". If we are using select() and it is necessary to increase the number of file descriptors, then this also can be assigned here: --with-cc-opt="-D FD_SETSIZE=2048".
  --with-ld-opt=OPTIONS - Additional parameters passed to the linker. With the use of the system library PCRE in FreeBSD, it is necessary to indicate --with-ld-opt="-L /usr/local/lib".
  --with-cpu-opt=CPU - 為特定的 CPU 編譯,有效的值包括:pentium, pentiumpro, pentium3, pentium4, athlon, opteron, amd64, sparc32, sparc64, ppc64
  --without-pcre - 禁止 PCRE 庫的使用。同時也會禁止 HTTP rewrite 模塊。在 "location" 配置指令中的正則表達式也需要 PCRE 。
  --with-pcre=DIR - 指定 PCRE 庫的源代碼的路徑。
  --with-pcre-opt=OPTIONS - Set additional options for PCRE building.
  --with-md5=DIR - Set path to md5 library sources.
  --with-md5-opt=OPTIONS - Set additional options for md5 building.
  --with-md5-asm - Use md5 assembler sources.
  --with-sha1=DIR - Set path to sha1 library sources.
  --with-sha1-opt=OPTIONS - Set additional options for sha1 building.
  --with-sha1-asm - Use sha1 assembler sources.
  --with-zlib=DIR - Set path to zlib library sources.
  --with-zlib-opt=OPTIONS - Set additional options for zlib building.
  --with-zlib-asm=CPU - Use zlib assembler sources optimized for specified CPU, valid values are: pentium, pentiumpro
  --with-openssl=DIR - Set path to OpenSSL library sources
  --with-openssl-opt=OPTIONS - Set additional options for OpenSSL building
  --with-debug - 啟用調試日志
  --add-module=PATH - Add in a third-party module found in directory PATH
  在不同版本間,選項可能會有些許變化,請總是使用 ./configure --help 命令來檢查一下當前的選項列表。

示例 (最好能在同一行)

  ./configure \
  --sbin-path=/usr/local/nginx/nginx \
  --conf-path=/usr/local/nginx/nginx.conf \
  --pid-path=/usr/local/nginx/nginx.pid \
  --with-http_ssl_module \
  --with-pcre=../pcre-4.4 \
  --with-zlib=../zlib-1.1.3
  Example on Ubuntu/debian with libgcrypt11-dev, libpcre3-dev and libssl-dev installed (choose EITHER --with-md5 OR --with-sha1, but not both; on debian and ubuntu, they should both point to /usr/lib)
  ./configure --with-openssl=/usr/lib/ssl/ --with-md5=/usr/lib
  An Ubuntu Edgy .deb for version 0.5.2 can be found here: nginx_0.5.2-1_i386.deb.
  (NOTE: According to an October 2006 message md5 was used in a now broken http cache module and sha1 is used in an incomplete mysql library module and so are currently not needed.)
 
擴展閱讀:

該文章在 2012/2/22 14:27:04 編輯過
關鍵字查詢
相關文章
正在查詢...
點晴ERP是一款針對中小制造業的專業生產管理軟件系統,系統成熟度和易用性得到了國內大量中小企業的青睞。
點晴PMS碼頭管理系統主要針對港口碼頭集裝箱與散貨日常運作、調度、堆場、車隊、財務費用、相關報表等業務管理,結合碼頭的業務特點,圍繞調度、堆場作業而開發的。集技術的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業的高效ERP管理信息系統。
點晴WMS倉儲管理系統提供了貨物產品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質期管理,貨位管理,庫位管理,生產管理,WMS管理系統,標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務都免費,不限功能、不限時間、不限用戶的免費OA協同辦公管理系統。
Copyright 2010-2025 ClickSun All Rights Reserved