Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the Nginx compilation parameters

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article focuses on "what are the Nginx compilation parameters", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Now let the editor to take you to learn "what are the Nginx compilation parameters"!

. / configure-- help

-help displays this prompt

-prefix=PATH sets the installation directory

-sbin-path=PATH sets the program file directory

-conf-path=PATH configuration file (nginx.conf) directory

-error-log-path=PATH sets the error log directory

-pid-path=PATH sets the pid file (nginx.pid) directory

-lock-path=PATH sets the lock file (nginx.lock) directory

-user=USER sets the user environment in which the program runs (www)

-group=GROUP sets the group environment in which the program runs (www)

-builddir=DIR sets the compilation directory of the program

-with-rtsig_module allows rtsig module http://www.iis7.com/a/lm/ftp/

-with-select_module allows select modules (a polling mode that is not recommended for high-load environments)

-without-select_module does not use select module

-with-poll_module allows poll modules (a polling mode that is not recommended for high-load environments)

-without-poll_module does not use poll module

-with-http_ssl_module allows ngx_http_ssl_module modules (Apache correspondence: mod_ssl)

-with-http_realip_module allows ngx_http_realip_module module (mod_rpaf)

-with-http_addition_module allows ngx_http_addition_module module (mod_layout)

-with-http_xslt_module allows ngx_http_xslt_module module

-with-http_sub_module allows ngx_http_sub_module module

-with-http_dav_module allows ngx_http_dav_module module (mod_dav)

-with-http_flv_module allows ngx_http_flv_module module (mod_flvx)

-with-http_gzip_static_module allows ngx_http_gzip_static_module module (mod_dflate)

-with-http_random_index_module allows ngx_http_random_index_module module (mod_autoindex)

-with-http_stub_status_module allows ngx_http_stub_status_module module (mod_status)

-without-http_charset_module does not use ngx_http_charset_module module

-without-http_gzip_module does not use ngx_http_gzip_module module

-without-http_ssi_module does not use ngx_http_ssi_module module

-without-http_userid_module does not use ngx_http_userid_module module

-without-http_access_module does not use ngx_http_access_module module

-without-http_auth_basic_module does not use ngx_http_auth_basic_module module

-without-http_autoindex_module does not use ngx_http_autoindex_module module

-without-http_geo_module does not use ngx_http_geo_module module

-without-http_map_module does not use ngx_http_map_module module

-without-http_referer_module does not use ngx_http_referer_module module

-without-http_rewrite_module does not use ngx_http_rewrite_module module

-without-http_proxy_module does not use ngx_http_proxy_module module

-without-http_fastcgi_module does not use ngx_http_fastcgi_module module

-without-http_memcached_module does not use ngx_http_memcached_module module

-without-http_limit_zone_module does not use ngx_http_limit_zone_module module

-without-http_empty_gif_module does not use ngx_http_empty_gif_module module

-without-http_browser_module does not use ngx_http_browser_module module

-without-http_upstream_ip_hash_module does not use ngx_http_upstream_ip_hash_module module

-with-http_perl_module allows ngx_http_perl_module module

-with-perl_modules_path=PATH sets the path of perl module

-with-perl=PATH sets the perl library file path

-http-log-path=PATH sets the access log file path

-http-client-body-temp-path=PATH sets the temporary file path requested by the client

-http-proxy-temp-path=PATH sets the http proxy temporary file path

At this point, I believe you have a deeper understanding of "what are the Nginx compilation parameters?" you might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report