Nginx編譯引數大全 configure引數中文詳解
這篇文章主要介紹了Nginx編譯引數大全,Nginx configure引數中文詳解,需要的朋友可以參考下 Nginx編譯引數:
./configure --help
–help 顯示本提示資訊
–prefix=PATH 設定安裝目錄
–sbin-path=PATH 設定程式檔案目錄
–conf-path=PATH 設定配置檔案(nginx.conf)目錄
–error-log-path=PATH 設定錯誤日誌目錄
–pid-path=PATH 設定pid檔案(nginx.pid)目錄
–lock-path=PATH 設定lock檔案(nginx.lock)目錄
–user=USER 設定程式執行的使用者環境(www)
–group=GROUP 設定程式執行的組環境(www)
–builddir=DIR 設定程式編譯目錄
–with-rtsig_module 允許rtsig模組
–with-select_module 允許select模組(一種輪詢模式,不推薦用在高載環境)
–without-select_module 不使用select模組
–with-poll_module 允許poll模組(一種輪詢模式,不推薦用在高載環境)
–without-poll_module 不使用poll模組
–with-http_ssl_module 允許ngx_http_ssl_module模組(Apache對應:mod_ssl)
–with-http_realip_module 允許ngx_http_realip_module模組(mod_rpaf)
–with-http_addition_module 允許ngx_http_addition_module模組(mod_layout)
–with-http_xslt_module 允許ngx_http_xslt_module模組
–with-http_sub_module 允許ngx_http_sub_module模組
–with-http_dav_module 允許ngx_http_dav_module模組(mod_dav)
–with-http_flv_module 允許ngx_http_flv_module模組(mod_flvx)
–with-http_gzip_static_module 允許ngx_http_gzip_static_module模組(mod_dflate)
–with-http_random_index_module 允許ngx_http_random_index_module模組(mod_autoindex)
–with-http_stub_status_module 允許ngx_http_stub_status_module模組(mod_status)
–without-http_charset_module 不使用ngx_http_charset_module模組
–without-http_gzip_module 不使用ngx_http_gzip_module模組
–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模組
–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 設定access log檔案路徑
–http-client-body-temp-path=PATH 設定客戶端請求臨時檔案路徑
–http-proxy-temp-path=PATH 設定http proxy臨時檔案路徑
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69911024/viewspace-2637611/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PHP編譯安裝之Configure引數PHP編譯
- Linux下nginx編譯安裝教程和編譯引數詳解LinuxNginx編譯
- consul配置引數大全、詳解、總結
- Nginx 配置檔案引數詳解Nginx
- php編譯引數PHP編譯
- CentOS下檢視nginx和php的編譯引數CentOSNginxPHP編譯
- PHP 編譯引數儲存PHP編譯
- OGG引數詳解
- ajax 引數詳解
- php curl引數大全PHP
- 模板引數,模板分離編譯編譯
- lsblk命令引數詳解
- tar命令引數詳解
- Dockerfile - 引數與詳解Docker
- 函式引數詳解函式
- Flink Checkpoint 引數詳解
- nginx 常見引數以及重定向引數配置Nginx
- Oracle GoldenGate常用引數詳解OracleGo
- oracle rac 核心引數詳解Oracle
- 常用的 wget 引數詳解wget
- variables_order引數詳解
- Prometheus hashmod 配置引數詳解Prometheus
- pg_settings引數詳解
- SQL*Plus Set引數詳解SQL
- find 命令的引數詳解
- livewire 中wire:click=test('中文引數')引數報錯
- Pandas read_csv 引數詳解
- Redis日常運維-引數詳解Redis運維
- expdp/impdp 詳細引數解釋
- ansible.cfg 配置引數詳解
- curl常用引數詳解及示例
- JQuery中$.ajax()方法引數詳解jQuery
- plt.figure()引數使用詳解
- 音視訊編解碼 -- 編碼引數 CRFCRF
- caffe網路各層引數詳解
- composer.json 檔案引數詳解JSON
- MySQL relay log 詳細引數解釋MySql
- 定時任務@Scheduled引數詳解