| 
 
--without-http_charset_module
 
 | 
 The 
charset module is responsible for setting the Content-Type response header, as well as converting from one charset to another. 
 | 
| 
 
--without-http_gzip_module
 
 | 
 The gzip module works as an output filter, compressing content as it's delivered to the client. 
 | 
| 
 
--without-http_ssi_module
 
 | 
 This module is a filter that processes Server Side Includes. If the Perl module is enabled, an additional SSI command (perl) is available. 
 | 
| 
 
--without-http_userid_module
 
 | 
 The userid module enables NGINX to set cookies that can be used for client identification. The variables $uid_set and $uid_got can then be logged for user tracking. 
 | 
| 
 
--without-http_access_module
 
 | 
 The access module controls access to a location based on IP address. 
 | 
| 
 
--without-http_auth_basic_module
 
 | 
 This module limits access via HTTP Basic Authentication. 
 | 
| 
 
--without-http_autoindex_module
 
 | 
 The autoindex module enables NGINX to generate a directory listing for directories that have no index file. 
 | 
| 
 
--without-http_geo_module
 
 | 
 This module enables you to set up configuration variables based on a client's IP address and then take action on the value of those variables. 
 | 
| 
 
--without-http_map_module
 
 | 
 The map module enables you to map one variable to another. 
 | 
| 
 
--without-http_split_clients_module
 
 | 
 This module creates variables that can be used for A/B testing. 
 | 
| 
 
--without-http_referer_module
 
 | 
 This module enables NGINX to block requests based on the Referer HTTP header. 
 | 
| 
 
--without-http_rewrite_module
 
 | 
 The rewrite module allows you to change URIs based on various conditions. 
 | 
| 
 
--without-http_proxy_module
 
 | 
 The proxy module allows NGINX to pass requests onto another server or group of servers. 
 | 
| 
 
--without-http_fastcgi_module
 
 | 
 The FastCGI module enables NGINX to pass requests to a FastCGI server. 
 | 
| 
 
--without-http_uwsgi_module
 
 | 
 This module enables NGINX to pass requests to a uWSGI server. 
 | 
| 
 
--without-http_scgi_module
 
 | 
 The SCGI module enables NGINX to pass requests to an SCGI server. 
 | 
| 
 
--without-http_memcached_module
 
 | 
 This module enables NGINX to interact with a memcached server, placing responses to queries into a variable. 
 | 
| 
 
--without-http_limit_conn_module
 
 | 
 This module enables NGINX to set connection limits based on certain keys, usually an IP address. 
 | 
| 
 
--without-http_limit_req_module
 
 | 
 With this module, NGINX can limit the request rate per key. 
 | 
| 
 
--without-http_empty_gif_module
 
 | 
 The empty GIF module produces a 1 x 1-pixel in-memory transparent GIF. 
 | 
| 
 
--without-http_browser_module
 
 | 
 The browser module allows for configurations based on the User-Agent HTTP request header. Variables are set based on the version found in this header. 
 | 
| 
 
--without-http_upstream_ip_hash_module
 
 | 
 This module defines a set of servers that may be used in conjunction with the various proxy modules. 
 |