You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<htmlxmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Module Index - Apache HTTP Server</title><linkhref="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><divalign="center"><imgalt="[APACHE DOCUMENTATION]" src="../images/sub.gif"/><h3>Apache HTTP Server Version 2.0</h3></div><h1align="center">Module Index</h1><summary>
1
+
<htmlxmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Module Index - Apache HTTP Server</title><linkhref="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><divalign="center"><imgalt="[APACHE DOCUMENTATION]" src="../images/sub.gif"/><h3>Apache HTTP Server Version 2.0</h3></div><h1align="center">Module Index</h1>
2
2
3
3
<p>Below is a list of all of the modules that come as part of
4
4
the Apache distribution. See also the complete
5
5
alphabetical list of <ahref="directives.html">all Apache
6
6
directives</a>.</p>
7
7
8
-
</summary><h2>Core Features and Multi-Processing Modules</h2><dl><dt><ahref="core.html">core</a></dt><dd><description>Core Apache HTTP Server features that are always
9
-
available</description></dd><dt><ahref="mpm_common.html">mpm_common</a></dt><dd><description>A collection of directives that are implemented by
10
-
more than one multi-processing module (MPM)</description></dd><dt><ahref="mpm_netware.html">mpm_netware</a></dt><dd><description>Multi-Processing Module implementing an exclusively threaded web
11
-
server optimized for Novell NetWare</description></dd><dt><ahref="mpm_winnt.html">mpm_winnt</a></dt><dd><description>This Multi-Processing Module is optimized for Windows
12
-
NT.</description></dd><dt><ahref="perchild.html">perchild</a></dt><dd><description>Multi-Processing Module allowing for daemon processes
8
+
<h2>Core Features and Multi-Processing Modules</h2><dl><dt><ahref="core.html">core</a></dt><dd>Core Apache HTTP Server features that are always
9
+
available</dd><dt><ahref="mpm_common.html">mpm_common</a></dt><dd>A collection of directives that are implemented by
10
+
more than one multi-processing module (MPM)</dd><dt><ahref="mpm_netware.html">mpm_netware</a></dt><dd>Multi-Processing Module implementing an exclusively threaded web
11
+
server optimized for Novell NetWare</dd><dt><ahref="mpm_winnt.html">mpm_winnt</a></dt><dd>This Multi-Processing Module is optimized for Windows
12
+
NT.</dd><dt><ahref="perchild.html">perchild</a></dt><dd>Multi-Processing Module allowing for daemon processes
13
13
serving requests to be assigned a variety of different
14
-
userids</description></dd><dt><ahref="prefork.html">prefork</a></dt><dd><description>Implements a non-threaded, pre-forking web server</description></dd><dt><ahref="worker.html">worker</a></dt><dd><description>Multi-Processing Module implementing a hybrid
15
-
multi-threaded multi-process web server</description></dd></dl><h2>Other Modules</h2><dl><dt><ahref="mod_access.html">mod_access</a></dt><dd><description>Provides access control based on client hostname, IP
16
-
address, or other characteristics of the client request.</description></dd><dt><ahref="mod_actions.html">mod_actions</a></dt><dd><description>This module provides for executing CGI scripts based on
17
-
media type or request method.</description></dd><dt><ahref="mod_alias.html">mod_alias</a></dt><dd><description>Provides for mapping different parts of the host
18
-
filesystem in the document tree and for URL redirection</description></dd><dt><ahref="mod_asis.html">mod_asis</a></dt><dd><description>Sends files that contain their own
19
-
HTTP headers</description></dd><dt><ahref="mod_auth.html">mod_auth</a></dt><dd><description>User authentication using text files</description></dd><dt><ahref="mod_auth_anon.html">mod_auth_anon</a></dt><dd><description>Allows "anonymous" user access to authenticated
20
-
areas</description></dd><dt><ahref="mod_auth_dbm.html">mod_auth_dbm</a></dt><dd><description>Provides for user authentication using DBM
21
-
files</description></dd><dt><ahref="mod_auth_digest.html">mod_auth_digest</a></dt><dd><description>User authentication using MD5
userids</dd><dt><ahref="prefork.html">prefork</a></dt><dd>Implements a non-threaded, pre-forking web server</dd><dt><ahref="worker.html">worker</a></dt><dd>Multi-Processing Module implementing a hybrid
15
+
multi-threaded multi-process web server</dd></dl><h2>Other Modules</h2><dl><dt><ahref="mod_access.html">mod_access</a></dt><dd>Provides access control based on client hostname, IP
16
+
address, or other characteristics of the client request.</dd><dt><ahref="mod_actions.html">mod_actions</a></dt><dd>This module provides for executing CGI scripts based on
17
+
media type or request method.</dd><dt><ahref="mod_alias.html">mod_alias</a></dt><dd>Provides for mapping different parts of the host
18
+
filesystem in the document tree and for URL redirection</dd><dt><ahref="mod_asis.html">mod_asis</a></dt><dd>Sends files that contain their own
19
+
HTTP headers</dd><dt><ahref="mod_auth.html">mod_auth</a></dt><dd>User authentication using text files</dd><dt><ahref="mod_auth_anon.html">mod_auth_anon</a></dt><dd>Allows "anonymous" user access to authenticated
20
+
areas</dd><dt><ahref="mod_auth_dbm.html">mod_auth_dbm</a></dt><dd>Provides for user authentication using DBM
21
+
files</dd><dt><ahref="mod_auth_digest.html">mod_auth_digest</a></dt><dd>User authentication using MD5
automatically, similar to the Unix <em>ls</em> command or the
24
-
Win32 <em>dir</em> shell command</description></dd><dt><ahref="mod_cern_meta.html">mod_cern_meta</a></dt><dd><description>CERN httpd metafile semantics</description></dd><dt><ahref="mod_cgi.html">mod_cgi</a></dt><dd><description>Execution of CGI scripts</description></dd><dt><ahref="mod_cgid.html">mod_cgid</a></dt><dd><description>Execution of CGI scripts using an
25
-
external CGI daemon</description></dd><dt><ahref="mod_charset_lite.html">mod_charset_lite</a></dt><dd><description>Specify character set translation or recoding</description></dd><dt><ahref="mod_dav.html">mod_dav</a></dt><dd><description>Distributed Authoring and Versioning
26
-
(<ahref="http://www.webdav.org/">WebDAV</a>) functionality</description></dd><dt><ahref="mod_deflate.html">mod_deflate</a></dt><dd><description>Compress content before
27
-
it is delivered to the client</description></dd><dt><ahref="mod_dir.html">mod_dir</a></dt><dd><description>Provides for "trailing slash" redirects and
28
-
serving directory index files</description></dd><dt><ahref="mod_env.html">mod_env</a></dt><dd><description>Modifies the environment which is
29
-
passed to CGI scripts and SSI pages</description></dd><dt><ahref="mod_example.html">mod_example</a></dt><dd><description>Illustrates the Apache module API</description></dd><dt><ahref="mod_expires.html">mod_expires</a></dt><dd><description>Generation of
24
+
Win32 <em>dir</em> shell command</dd><dt><ahref="mod_cern_meta.html">mod_cern_meta</a></dt><dd>CERN httpd metafile semantics</dd><dt><ahref="mod_cgi.html">mod_cgi</a></dt><dd>Execution of CGI scripts</dd><dt><ahref="mod_cgid.html">mod_cgid</a></dt><dd>Execution of CGI scripts using an
25
+
external CGI daemon</dd><dt><ahref="mod_charset_lite.html">mod_charset_lite</a></dt><dd>Specify character set translation or recoding</dd><dt><ahref="mod_dav.html">mod_dav</a></dt><dd>Distributed Authoring and Versioning
26
+
(<ahref="http://www.webdav.org/">WebDAV</a>) functionality</dd><dt><ahref="mod_deflate.html">mod_deflate</a></dt><dd>Compress content before
27
+
it is delivered to the client</dd><dt><ahref="mod_dir.html">mod_dir</a></dt><dd>Provides for "trailing slash" redirects and
28
+
serving directory index files</dd><dt><ahref="mod_env.html">mod_env</a></dt><dd>Modifies the environment which is
29
+
passed to CGI scripts and SSI pages</dd><dt><ahref="mod_example.html">mod_example</a></dt><dd>Illustrates the Apache module API</dd><dt><ahref="mod_expires.html">mod_expires</a></dt><dd>Generation of
30
30
<code>Expires</code> HTTP headers according to user-specified
31
-
criteria</description></dd><dt><ahref="mod_ext_filter.html">mod_ext_filter</a></dt><dd><description>Pass the response body
31
+
criteria</dd><dt><ahref="mod_ext_filter.html">mod_ext_filter</a></dt><dd>Pass the response body
32
32
through an external program before delivery to the
33
-
client</description></dd><dt><ahref="mod_file_cache.html">mod_file_cache</a></dt><dd><description>Caches a static list of files in memory</description></dd><dt><ahref="mod_headers.html">mod_headers</a></dt><dd><description>Customization of HTTP request
34
-
and response headers</description></dd><dt><ahref="mod_imap.html">mod_imap</a></dt><dd><description>Server-side imagemap processing</description></dd><dt><ahref="mod_include.html">mod_include</a></dt><dd><description>Server-parsed html documents (Server Side Includes)</description></dd><dt><ahref="mod_info.html">mod_info</a></dt><dd><description>Provides a comprehensive overview of the server
35
-
configuration</description></dd><dt><ahref="mod_isapi.html">mod_isapi</a></dt><dd><description>ISAPI Extensions within Apache for Windows</description></dd><dt><ahref="mod_log_config.html">mod_log_config</a></dt><dd><description>Logging of the requests made to the server</description></dd><dt><ahref="mod_mime.html">mod_mime</a></dt><dd><description>Associates the request filename's extensions
33
+
client</dd><dt><ahref="mod_file_cache.html">mod_file_cache</a></dt><dd>Caches a static list of files in memory</dd><dt><ahref="mod_headers.html">mod_headers</a></dt><dd>Customization of HTTP request
34
+
and response headers</dd><dt><ahref="mod_imap.html">mod_imap</a></dt><dd>Server-side imagemap processing</dd><dt><ahref="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd><dt><ahref="mod_info.html">mod_info</a></dt><dd>Provides a comprehensive overview of the server
35
+
configuration</dd><dt><ahref="mod_isapi.html">mod_isapi</a></dt><dd>ISAPI Extensions within Apache for Windows</dd><dt><ahref="mod_log_config.html">mod_log_config</a></dt><dd>Logging of the requests made to the server</dd><dt><ahref="mod_mime.html">mod_mime</a></dt><dd>Associates the request filename's extensions
36
36
(e.g. .html) with the file's behavior (handlers and filters)
37
37
and content (mime-type, language, character set and
38
-
encoding)</description></dd><dt><ahref="mod_mime_magic.html">mod_mime_magic</a></dt><dd><description>Determines the MIME type of a file
39
-
by looking at a few bytes of its contents</description></dd><dt><ahref="mod_negotiation.html">mod_negotiation</a></dt><dd><description>Provides for <ahref="../content-negotiation.html">content negotiation</a></description></dd><dt><ahref="mod_proxy.html">mod_proxy</a></dt><dd><description>HTTP/1.1 proxy/gateway server</description></dd><dt><ahref="mod_rewrite.html">mod_rewrite</a></dt><dd><description>Provides a rule-based rewriting engine to rewrite requested
40
-
URLs on the fly</description></dd><dt><ahref="mod_setenvif.html">mod_setenvif</a></dt><dd><description>Allows the setting of environment variables based
41
-
on characteristics of the request</description></dd><dt><ahref="mod_so.html">mod_so</a></dt><dd><description>
38
+
encoding)</dd><dt><ahref="mod_mime_magic.html">mod_mime_magic</a></dt><dd>Determines the MIME type of a file
39
+
by looking at a few bytes of its contents</dd><dt><ahref="mod_negotiation.html">mod_negotiation</a></dt><dd>Provides for <ahref="../content-negotiation.html">content negotiation</a></dd><dt><ahref="mod_proxy.html">mod_proxy</a></dt><dd>HTTP/1.1 proxy/gateway server</dd><dt><ahref="mod_rewrite.html">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
40
+
URLs on the fly</dd><dt><ahref="mod_setenvif.html">mod_setenvif</a></dt><dd>Allows the setting of environment variables based
41
+
on characteristics of the request</dd><dt><ahref="mod_so.html">mod_so</a></dt><dd>
42
42
This module provides for loading of executable code and
43
43
modules into the server at start-up or restart time.
44
-
</description></dd><dt><ahref="mod_speling.html">mod_speling</a></dt><dd><description>Attempts to correct mistaken URLs that
44
+
</dd><dt><ahref="mod_speling.html">mod_speling</a></dt><dd>Attempts to correct mistaken URLs that
45
45
users might have entered by ignoring capitalization and by
46
-
allowing up to one misspelling</description></dd><dt><ahref="mod_ssl.html">mod_ssl</a></dt><dd><description>Strong cryptography using the Secure Sockets
47
-
Layer (SSL) and Transport Layer Security (TLS) protocols</description></dd><dt><ahref="mod_status.html">mod_status</a></dt><dd><description>Provides information on server activity and
48
-
performance</description></dd><dt><ahref="mod_suexec.html">mod_suexec</a></dt><dd><description>Allows CGI scripts to run as a specified user
49
-
and Group</description></dd><dt><ahref="mod_unique_id.html">mod_unique_id</a></dt><dd><description>Provides an environment variable with a unique
50
-
identifier for each request</description></dd><dt><ahref="mod_userdir.html">mod_userdir</a></dt><dd><description>Provides for user-specific
allowing up to one misspelling</dd><dt><ahref="mod_ssl.html">mod_ssl</a></dt><dd>Strong cryptography using the Secure Sockets
47
+
Layer (SSL) and Transport Layer Security (TLS) protocols</dd><dt><ahref="mod_status.html">mod_status</a></dt><dd>Provides information on server activity and
48
+
performance</dd><dt><ahref="mod_suexec.html">mod_suexec</a></dt><dd>Allows CGI scripts to run as a specified user
49
+
and Group</dd><dt><ahref="mod_unique_id.html">mod_unique_id</a></dt><dd>Provides an environment variable with a unique
50
+
identifier for each request</dd><dt><ahref="mod_userdir.html">mod_userdir</a></dt><dd>Provides for user-specific
<em>clickstream</em> log of user activity on a site.
54
-
</description></dd><dt><ahref="mod_vhost_alias.html">mod_vhost_alias</a></dt><dd><description>Provides for <ahref="../vhosts/mass.html">dynamically configured mass virtual
55
-
hosting</a></description></dd></dl></blockquote><hr/><h3align="center">Apache HTTP Server Version 2.0</h3><ahref="./"><imgalt="Index" src="../images/index.gif"/></a><ahref="../"><imgalt="Home" src="../images/home.gif"/></a></body></html>
54
+
</dd><dt><ahref="mod_vhost_alias.html">mod_vhost_alias</a></dt><dd>Provides for <ahref="../vhosts/mass.html">dynamically configured mass virtual
55
+
hosting</a></dd></dl></blockquote><hr/><h3align="center">Apache HTTP Server Version 2.0</h3><ahref="./"><imgalt="Index" src="../images/index.gif"/></a><ahref="../"><imgalt="Home" src="../images/home.gif"/></a></body></html>
0 commit comments