Skip to content

Instantly share code, notes, and snippets.

@michealzh
Forked from magnetikonline/README.md
Last active September 15, 2015 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michealzh/44f5acaef04d053d41d3 to your computer and use it in GitHub Desktop.
Save michealzh/44f5acaef04d053d41d3 to your computer and use it in GitHub Desktop.
Nginx 1.8.0 modules.

Nginx 1.8.0 modules

Optional

--with-cpp_test_module                     ngx_cpp_test_module
--with-google_perftools_module             ngx_google_perftools_module
--with-http_addition_module                ngx_http_addition_module
--with-http_auth_request_module            ngx_http_auth_request_module
--with-http_dav_module                     ngx_http_dav_module
--with-http_degradation_module             ngx_http_degradation_module
--with-http_flv_module                     ngx_http_flv_module
--with-http_geoip_module                   ngx_http_geoip_module
--with-http_gunzip_module                  ngx_http_gunzip_module
--with-http_gzip_static_module             ngx_http_gzip_static_module
--with-http_image_filter_module            ngx_http_image_filter_module
--with-http_mp4_module                     ngx_http_mp4_module
--with-http_perl_module                    ngx_http_perl_module
--with-http_random_index_module            ngx_http_random_index_module
--with-http_realip_module                  ngx_http_realip_module
--with-http_secure_link_module             ngx_http_secure_link_module
--with-http_spdy_module                    ngx_http_spdy_module
--with-http_ssl_module                     ngx_http_ssl_module
--with-http_stub_status_module             ngx_http_stub_status_module
--with-http_sub_module                     ngx_http_sub_module
--with-http_xslt_module                    ngx_http_xslt_module
--with-mail                                POP3/IMAP4/SMTP proxy module
--with-mail_ssl_module                     ngx_mail_ssl_module

Default

--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_browser_module              ngx_http_browser_module
--without-http_charset_module              ngx_http_charset_module
--without-http_empty_gif_module            ngx_http_empty_gif_module
--without-http_fastcgi_module              ngx_http_fastcgi_module
--without-http_geo_module                  ngx_http_geo_module
--without-http_gzip_module                 ngx_http_gzip_module
--without-http_limit_conn_module           ngx_http_limit_conn_module
--without-http_limit_req_module            ngx_http_limit_req_module
--without-http_map_module                  ngx_http_map_module
--without-http_memcached_module            ngx_http_memcached_module
--without-http_proxy_module                ngx_http_proxy_module
--without-http_referer_module              ngx_http_referer_module
--without-http_rewrite_module              ngx_http_rewrite_module
--without-http_scgi_module                 ngx_http_scgi_module
--without-http_split_clients_module        ngx_http_split_clients_module
--without-http_ssi_module                  ngx_http_ssi_module
--without-http_upstream_hash_module        ngx_http_upstream_hash_module
--without-http_upstream_ip_hash_module     ngx_http_upstream_ip_hash_module
--without-http_upstream_keepalive_module   ngx_http_upstream_keepalive_module
--without-http_upstream_least_conn_module  ngx_http_upstream_least_conn_module
--without-http_userid_module               ngx_http_userid_module
--without-http_uwsgi_module                ngx_http_uwsgi_module

Building list data

$ ./configure --help | grep "module" | grep -v "=" | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment