index.html revision 371c008b666a5f353b712d8caa21f0487e435d78
2026N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2026N/A "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2026N/A
2026N/A<html xmlns="http://www.w3.org/1999/xhtml">
2026N/A <head>
2026N/A <meta name="generator" content="HTML Tidy, see www.w3.org" />
2026N/A
2026N/A <title>Apache modules</title>
2026N/A </head>
2026N/A <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
2026N/A
2026N/A <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
2026N/A vlink="#000080" alink="#FF0000">
2026N/A <!--#include virtual="header.html" -->
2026N/A
2026N/A <h1 align="CENTER">Apache modules</h1>
2026N/A
2026N/A <p>Below is a list of all of the modules that come as part of
2026N/A the Apache distribution. See also the list of modules <a
2026N/A href="index-bytype.html">sorted by type</a> and the complete
2026N/A alphabetical list of <a href="directives.html">all Apache
2026N/A directives</a>.</p>
2383N/A
2026N/A <h2>Core Features and Multi-Processing Modules</h2>
2026N/A
2026N/A <dl>
2026N/A <dt><a href="core.html">Core</a></dt>
2026N/A
2026N/A <dd>Core Apache features.</dd>
2026N/A
2026N/A <dt><a href="threaded.html">threaded</a></dt>
2383N/A
2026N/A <dd>Multi-Processing Module with Threading via Pthreads;
2026N/A Variable number of processes, constant number of
2026N/A threads/child</dd>
2383N/A
2026N/A <dt><a href="mpm_winnt.html">mpm_winnt</a></dt>
2026N/A
2026N/A <dd>Multi-Processing Module with a single control process and
2026N/A a single server process with multiple threads for Windows
2026N/A NT</dd>
2026N/A
2026N/A <dt><a href="perchild.html">perchild</a></dt>
2026N/A
2026N/A <dd>Multi-Processing Module with the ability to server
2026N/A different virtual hosts under different userids.</dd>
2026N/A
2026N/A <dt><a href="prefork.html">prefork</a></dt>
2026N/A
2383N/A <dd>Non-threaded preforking processes model similar to Apache
2026N/A 1.3</dd>
2026N/A </dl>
2026N/A
2026N/A <h2>Other Modules</h2>
2026N/A
2026N/A <dl>
2026N/A <dt><a href="mod_access.html">mod_access</a></dt>
2026N/A
2026N/A <dd>Access control based on client hostname or IP
2383N/A address.</dd>
2383N/A
2383N/A <dt><a href="mod_actions.html">mod_actions</a></dt>
2383N/A
2383N/A <dd>Executing CGI scripts based on media type or request
2383N/A method.</dd>
2383N/A
2383N/A <dt><a href="mod_alias.html">mod_alias</a></dt>
2383N/A
2026N/A <dd>Mapping different parts of the host filesystem in the
2383N/A document tree, and URL redirection.</dd>
2383N/A
2383N/A <dt><a href="mod_asis.html">mod_asis</a></dt>
2383N/A
2383N/A <dd>Sending files which contain their own HTTP headers.</dd>
2383N/A
2383N/A <dt><a href="mod_auth.html">mod_auth</a></dt>
2383N/A
2383N/A <dd>User authentication using text files.</dd>
2383N/A
2026N/A <dt><a href="mod_auth_anon.html">mod_auth_anon</a></dt>
2026N/A
2026N/A <dd>Anonymous user access to authenticated areas.</dd>
2026N/A
2026N/A <dt><a href="mod_auth_db.html">mod_auth_db</a></dt>
2026N/A
2026N/A <dd>User authentication using Berkeley DB files.</dd>
2026N/A
2383N/A <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt>
2383N/A
2383N/A <dd>User authentication using DBM files.</dd>
2383N/A
2026N/A <dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt>
<dd>MD5 authentication</dd>
<dt><a href="mod_auth_ldap.html">mod_auth_ldap</a></dt>
<dd>User authentication using LDAP.</dd>
<dt><a href="mod_autoindex.html">mod_autoindex</a></dt>
<dd>Automatic directory listings.</dd>
<dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt>
<dd>Support for HTTP header metafiles.</dd>
<dt><a href="mod_cgi.html">mod_cgi</a></dt>
<dd>Invoking CGI scripts.</dd>
<dt><a href="mod_cgid.html">mod_cgid</a></dt>
<dd>Invoking CGI scripts using an external daemon.</dd>
<dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt>
<dd>Configuring character set translation.</dd>
<dt><a href="mod_dav.html">mod_dav</a></dt>
<dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP
extensions</dd>
<dt><a href="mod_dir.html">mod_dir</a></dt>
<dd>Basic directory handling.</dd>
<dt><a href="mod_env.html">mod_env</a></dt>
<dd>Passing of environments to CGI scripts</dd>
<dt><a href="mod_example.html">mod_example</a></dt>
<dd>Demonstrates Apache API</dd>
<dt><a href="mod_expires.html">mod_expires</a></dt>
<dd>Apply Expires: headers to resources</dd>
<dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt>
<dd>Filtering output with external programs.</dd>
<dt><a href="mod_file_cache.html">mod_file_cache</a></dt>
<dd>Caching files in memory for faster serving.</dd>
<dt><a href="mod_headers.html">mod_headers</a></dt>
<dd>Add arbitrary HTTP headers to resources</dd>
<dt><a href="mod_imap.html">mod_imap</a></dt>
<dd>The imagemap file handler.</dd>
<dt><a href="mod_include.html">mod_include</a></dt>
<dd>Server-parsed documents.</dd>
<dt><a href="mod_info.html">mod_info</a></dt>
<dd>Server configuration information</dd>
<dt><a href="mod_isapi.html">mod_isapi</a></dt>
<dd>Windows ISAPI Extension support</dd>
<dt><a href="mod_ldap.html">mod_ldap</a></dt>
<dd>LDAP connection pool and shared memory cache.</dd>
<dt><a href="mod_log_config.html">mod_log_config</a></dt>
<dd>User-configurable logging replacement for
mod_log_common.</dd>
<dt><a href="mod_mime.html">mod_mime</a></dt>
<dd>Determining document types using file extensions.</dd>
<dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt>
<dd>Determining document types using "magic numbers".</dd>
<dt><a href="mod_negotiation.html">mod_negotiation</a></dt>
<dd>Content negotiation.</dd>
<dt><a href="mod_proxy.html">mod_proxy</a></dt>
<dd>Caching proxy abilities</dd>
<dt><a href="mod_rewrite.html">mod_rewrite</a></dt>
<dd>Powerful URI-to-filename mapping using regular
expressions</dd>
<dt><a href="mod_setenvif.html">mod_setenvif</a></dt>
<dd>Set environment variables based on client
information</dd>
<dt><a href="mod_so.html">mod_so</a></dt>
<dd>Support for loading modules at runtime</dd>
<dt><a href="mod_speling.html">mod_speling</a></dt>
<dd>Automatically correct minor typos in URLs</dd>
<dt><a href="mod_ssl.html">mod_ssl</a></dt>
<dd>strong cryptography using the Secure Sockets Layer (SSL) and
Transport Layer Security (TLS) protocols</dt>
<dt><a href="mod_status.html">mod_status</a></dt>
<dd>Server status display</dd>
<dt><a href="mod_suexec.html">mod_suexec</a></dt>
<dd>Run CGI requests as a specified user and group.</dd>
<dt><a href="mod_unique_id.html">mod_unique_id</a></dt>
<dd>Generate unique request identifier for every request</dd>
<dt><a href="mod_userdir.html">mod_userdir</a></dt>
<dd>User home directories.</dd>
<dt><a href="mod_usertrack.html">mod_usertrack</a></dt>
<dd>User tracking using Cookies (replacement for
mod_cookies.c)</dd>
<dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt>
<dd>Support for dynamically configured mass virtual
hosting</dd>
</dl>
<!--#include virtual="footer.html" -->
</body>
</html>