千家信息网

Nginx编译参数有哪些

发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,本篇内容主要讲解"Nginx编译参数有哪些",感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习"Nginx编译参数有哪些"吧!./configure --help
千家信息网最后更新 2025年01月23日Nginx编译参数有哪些

本篇内容主要讲解"Nginx编译参数有哪些",感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习"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模块 http://www.iis7.com/a/lm/ftp/

-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临时文件路径

到此,相信大家对"Nginx编译参数有哪些"有了更深的了解,不妨来实际操作一番吧!这里是网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

0