Nginx 에서 configure 매개 변수 중국어 상세 설명

###############################################################################################
Nginx    :
./configure --help
--help        
-–prefix=<path> – Nginx    。      ,    /usr/local/nginx。
-–sbin-path=<path> – Nginx         。       ,      ,   <prefix>/sbin/nginx。
-–conf-path=<path> –      -c      nginx.conf   。      ,   <prefix>/conf/nginx.conf。
-–pid-path=<path> –  nginx.conf     pid      ,   nginx.pid   。      ,    <prefix>/logs/nginx.pid。
-–lock-path=<path> – nginx.lock     。
-–error-log-path=<path> –  nginx.conf     error_log      ,          。      ,    <prefix>/logs/error.log。
-–http-log-path=<path> –  nginx.conf     access_log      ,          。      ,    <prefix>/logs/access.log。
-–user=<user> –  nginx.conf     user      ,   nginx     。      ,    nobody。
-–group=<group> –  nginx.conf     user      ,   nginx    。      ,    nobody。
-–builddir=DIR –        
###############################################################################################
-–with-rtsig_module –    rtsig   
-–with-select_module –without-select_module –         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 –   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       
###############################################################################################
     http://www.jb51.net/article/49049.htm

좋은 웹페이지 즐겨찾기