Default |
Module |
Configure directive |
Explanation |
Enabled |
mod_actions |
--disable-actions |
Disable host-based access control provided by mod_access. |
Enable |
mod_alias |
--disable-alias |
Disable the mapping of requests to different parts of the filesystem, which is provided by mod_alias. |
Enable |
mod_asis |
--disable-asis |
Disable support for as-is filetypes, which is provided by mod_asis. |
Enable |
mod_auth |
--disable-auth |
Disable user-based access control provided by mod_auth. This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in plain text files. |
Disable |
mod_auth_anon |
--enable-auth-anon |
Enable anonymous user access provided by mod_auth_anon. |
Disable |
mod_auth_dbm |
--enable-auth-dbm |
mod_auth_dbm provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. Use this option to enable the module. |
Disable |
mod_auth_digest |
--enable-auth-digest |
Enable RFC2617 Digest authentication provided by mod_auth_digest. This module uses plain text files to store the credentials. |
Disabled |
mod_authnz_ldap |
--enabled-authnz-ldap |
Enable LDAP based authentication provided by mod_authnz_ldap. |
Enabled |
mod_autoindex |
--disable-autoindex |
Disable the directory listing functionality provided by mod_autoindex. |
Disabled |
mod_cache |
--enable-cache |
Enable dynamic file caching provided by mod_cache. This experimental module may be interesting for servers with high load or caching proxy servers. At least one storage management module (e.g. mod_disk_cache or mod_mem_cache) is also necessary. |
Disabled |
mod_cern_meta |
--enable-cern-meta |
Enable the CERN-type meta files support provided by mod_cern_meta. |
Enabled |
mod_cgi |
--disable-cgi |
mod_cgi, which provides support for CGI scripts, is enabled by default when using a non-threaded MPM. Use this option to disable CGI support. |
Enabled |
mod_cgid |
--disable-cgid |
When using the threaded MPMs worker support for CGI scripts is provided by mod_cgid by default. To disable CGI support use this option. |
Enabled |
mod_charset_lite |
--disable-charset-lite |
Disable character set translation provided by mod_charset_lite. This module will be installed by default only on EBCDIC systems. |
Disabled |
mod_charset_lite |
--enable-charset-lite |
Enable character set translation provided by mod_charset_lite. This module will be installed by default only on EBCDIC systems. On other systems, you have to enable it. |
Disabled |
mod_dav |
--enable-dav |
Enable the WebDAV protocol handling provided by mod_dav. Support for filesystem resources is provided by the separate module mod_dav_fs. This module is also automatically enabled with --enable-dav. |
Disabled |
mod_dav_fs |
--enable-dav-fs |
Enable DAV support for filesystem resources, which is provided by mod_dav_fs. This module is a provider for the mod_dav module, so you should also use --enable-dav. |
Disabled |
mod_dav_lock |
--enable-dav-lock |
Enable mod_dav_lock which provides generic DAV locking support for backend modules. This module needs at least mod_dav to function, so you should also use --enable-dav. |
Disabled |
mod_deflate |
--enable-deflate |
Enable deflate transfer encoding provided by mod_deflate. |
Enabled |
mod_dir |
--disable-dir |
Disable directory request handling provided by mod_dir. |
Disabled |
mod_disk_cache |
--enable-disk-cache |
Enable disk caching provided by mod_disk_cache. |
Enabled |
mod_env |
--disable-env |
Enable setting and clearing of environment variables, which is provided by mod_env. |
Disabled |
mod_expires |
--enable-expires |
Enable Expires header control provided by mod_expires. |
Disabled |
mod_ext_filter |
--enable-ext-filter |
Enable the external filter support provided by mod_ext_filter. |
Disabled |
mod_file_cache |
--enable-file-cache |
Enable the file cache provided by mod_file_cache. |
Disabled |
mod_headers |
--enable-headers |
Enable control of HTTP headers provided by mod_headers. |
Enabled |
mod_http |
--disable-http |
Disable the HTTP protocol handling. The http module is a basic one, enabling the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module instead. Don't disable this module unless you are really sure what you are doing. |
Enabled |
mod_imagemap |
--disable-imagemap |
Disable support for server based imagemaps, which provided by mod_imagemap. |
Enabled |
mod_include |
--disable-include |
Disable Server Side Includes provided by mod_include. |
Disabled |
mod_info |
--enable-info |
Enable the server information provided by mod_info. |
Disabled |
mod_isapi |
--enable-isapi |
Enable the isapi extension support provided by mod_isapi. |
Disabled |
mod_ldap |
--enable-ldap |
Enable LDAP caching and connection pooling services provided by mod_ldap. |
Enabled |
mod_log_config |
--disable-log-config |
Disable the logging configuration provided by mod_log_config. You won't be able to log requests to the server without this module. |
Disabled |
mod_logio |
--enable-logio |
Enable logging of input and output bytes including headers provided by mod_logio. |
Disabled |
mod_mem_cache |
--enable-mem-cache |
Enable memory caching provided by mod_mem_cache. |
Enabled |
mod_mime |
--disable-mime |
mod_mime associates the requested filename's extensions with the file's behavior and content (mime-type, language, character set and encoding). Disabling this module is normally not recommended. |
Disabled |
mod_mime_magic |
--enable-mime-magic |
Enable automatical determining of MIME types, which is provided by mod_mime_magic. |
Enabled |
mod_negotiation |
--disable-negotiation |
Disable content negotiation provided by mod_negotiation. |
Disabled |
mod_proxy |
--enable-proxy |
Enable the proxy/gateway functionality provided by mod_proxy. The proxying capabilities for AJP13, CONNECT, FTP, HTTP and the balancer are provided by the separate modules mod_proxy_ajp, mod_proxy_connect, mod_proxy_ftp, mod_proxy_http and mod_proxy_balancer. These five modules are also automatically enabled with --enable-proxy. |
Disabled |
mod_proxy_ajp |
--enable-proxy-ajp |
Enable proxy support for AJP13 (Apache JServ Protocol 1.3) request handling, which is provided by mod_proxy_ajp. This module is an extension for the mod_proxy module, so you should also use --enable-proxy. |
Disabled |
mod_proxy_balancer |
--enable-proxy-balancer |
Enable load balancing support for the AJP13, FTP and HTTP protocols, which is provided by mod_proxy_balancer. This module is an extension for the mod_proxy module, so you should also use --enable-proxy. |
Disabled |
mod_proxy_connect |
--enable-proxy-connect |
Enable proxy support for CONNECT request handling, which is provided by mod_proxy_connect. This module is an extension for the mod_proxy module, so you should also use --enable-proxy. |
Disabled |
mod_proxy_ftp |
--enable-proxy-ftp |
Enable proxy support for FTP requests, which is provided by mod_proxy_ftp. This module is an extension for the mod_proxy module, so you should also use --enable-proxy. |
Disabled |
mod_proxy_http |
--enable-proxy-http |
Enable proxy support for HTTP requests, which is provided by mod_proxy_http. This module is an extension for the mod_proxy module, so you should also use --enable-proxy. |
Disabled |
mod_rewrite |
--enable-rewrite |
Enable rule based URL manipulation provided by mod_rewrite. |
Enabled |
mod_setenvif |
--disable-setenvif |
Disable support for basing environment variables on headers, which is provided by mod_setenvif. |
Disabled |
mod_so |
--enable-so |
Enable DSO capability provided by mod_so. This module will be automatically enabled if you use the --enable-mods-shared option. |
Disabled |
mod_speling |
--enable-speling |
Enable the functionality to correct common URL misspellings, which is provided by mod_speling. |
Disabled |
mod_ssl |
--enable-ssl |
Enable support for SSL/TLS provided by mod_ssl. |
Enabled |
mod_status |
--disable-status |
Enable the process/thread monitoring, which is provided by mod_status. |
Disabled |
mod_unique_id |
--enable-unique-id |
Enable the generation of per-request unique ids, which is provided by mod_unique_id. |
Enabled |
mod_userdir |
--disable-userdir |
Disable the mapping of requests to user-specific directories, which is provided by mod_userdir. |
Disabled |
mod_usertrack |
--enable-usertrack |
Enable user-session tracking provided by mod_usertrack. |
Disabled |
mod_vhost_alias |
--enable-vhost-alias |
Enable mass virtual hosting provided by mod_vhost_alias. |