index.html revision d77962dd14d365e29e9ebf637479e3be394b4ad4
1005N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1005N/A<HTML>
1005N/A<HEAD>
1005N/A<TITLE>Apache modules</TITLE>
1005N/A</HEAD>
1005N/A
1005N/A<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
1005N/A<BODY
1005N/A BGCOLOR="#FFFFFF"
1005N/A TEXT="#000000"
1005N/A LINK="#0000FF"
1005N/A VLINK="#000080"
1005N/A ALINK="#FF0000"
1005N/A>
1005N/A<!--#include virtual="header.html" -->
1005N/A<H1 ALIGN="CENTER">Apache modules</h1>
1005N/A
1005N/A<P>
1005N/ABelow is a list of all of the modules that come as part of the
1005N/AApache distribution. See also the complete alphabetical list of
1005N/A<A
1005N/A HREF="directives.html"
1005N/A>all Apache directives</A>.
1005N/A</P>
1005N/A
1005N/A<dl>
1005N/A<dt><A HREF="core.html">Core</A>
1005N/A<dd>Core Apache features.
1005N/A<dt><A HREF="mod_access.html">mod_access</A>
1005N/A<dd>Host based access control.
1005N/A<dt><A HREF="mod_actions.html">mod_actions</A> Apache 1.1 and later.
1005N/A<dd>Filetype/method-based script execution
1005N/A<dt><A HREF="mod_alias.html">mod_alias</A>
1005N/A<dd>Aliases and redirects.
1005N/A<dt><A HREF="mod_asis.html">mod_asis</A>
1005N/A<dd>The .asis file handler.
<dt><A HREF="mod_auth.html">mod_auth</A>
<dd>User authentication using text files.
<dt><A HREF="mod_auth_anon.html">mod_auth_anon</A>
<dd>Anonymous user authentication, FTP-style.
<dt><A HREF="mod_auth_db.html">mod_auth_db</A>
<dd>User authentication using Berkeley DB files.
<dt><A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
<dd>User authentication using DBM files.
<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A> Apache 1.2.* and earlier
<dd>User authentication using mSQL files.
<dt><A HREF="mod_autoindex.html">mod_autoindex</A>
<dd>Automatic directory listings.
<dt><A HREF="mod_browser.html">mod_browser</A> Apache 1.2.* only
<dd>Set environment variables based on User-Agent strings. Replaced by
mod_setenvif in Apache 1.3 and up
<dt><A HREF="mod_cern_meta.html">mod_cern_meta</a>
<dd>Support for HTTP header metafiles.
<dt><A HREF="mod_cgi.html">mod_cgi</A>
<dd>Invoking CGI scripts.
<dt><A HREF="mod_cookies.html">mod_cookies</A> up to Apache 1.1.1
<dd>Support for Netscape-like cookies. Replaced in Apache 1.2 by
mod_usertrack
<dt><A HREF="mod_digest.html">mod_digest</A>
<dd>MD5 authentication
<dt><A HREF="mod_dir.html">mod_dir</A>
<dd>Basic directory handling.
<dt><A HREF="mod_dld.html">mod_dld</A>
<dd>Start-time linking with the GNU libdld.
<dt><A HREF="mod_dll.html">mod_dll</A>
<dd>Start-time module linking with Win32 DLLs.
<dt><A HREF="mod_env.html">mod_env</A>
<dd>Passing of environments to CGI scripts
<dt><A HREF="mod_example.html">mod_example</A> Apache 1.2 and up
<dd>Demonstrates Apache API
<dt><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up
<dd>Apply Expires: headers to resources
<dt><A HREF="mod_headers.html">mod_headers</A> Apache 1.2 and up
<dd>Add arbitrary HTTP headers to resources
<dt><A HREF="mod_imap.html">mod_imap</A>
<dd>The imagemap file handler.
<dt><A HREF="mod_include.html">mod_include</A>
<dd>Server-parsed documents.
<dt><A HREF="mod_info.html">mod_info</a>
<dd>Server configuration information
<dt><A HREF="mod_isapi.html">mod_isapi</a>
<dd>Windows ISAPI Extension support
<dt><A HREF="mod_log_agent.html">mod_log_agent</A>
<dd>Logging of User Agents.
<dt><A HREF="mod_log_common.html">mod_log_common</A> up to Apache 1.1.1
<dd>Standard logging in the Common Logfile Format. Replaced by the
mod_log_config module in Apache 1.2 and up
<dt><A HREF="mod_log_config.html">mod_log_config</A>
<dd>User-configurable logging replacement for mod_log_common.
<dt><A HREF="mod_log_referer.html">mod_log_referer</A>
<dd>Logging of document references.
<dt><A HREF="mod_mime.html">mod_mime</A>
<dd>Determining document types using file extensions.
<dt><A HREF="mod_mime_magic.html">mod_mime_magic</A>
<dd>Determining document types using "magic numbers".
<dt><A HREF="mod_negotiation.html">mod_negotiation</A>
<dd>Content negotiation.
<dt><A HREF="mod_proxy.html">mod_proxy</A>
<dd>Caching proxy abilities
<dt><A HREF="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and up
<dd>Powerful URI-to-filename mapping using regular expressions
<dt><A HREF="mod_setenvif.html">mod_setenvif</a> Apache 1.3 and up
<dd>Set environment variables based on client information
<dt><A HREF="mod_status.html">mod_status</a>
<dd>Server status display
<dt><A HREF="mod_userdir.html">mod_userdir</A>
<dd>User home directories.
<dt><xA HREF="mod_unique_id.html">mod_unique_id</A> Apache 1.3 and up
<dd>Generate unique request identifier for every request
<dt><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up
<dd>User tracking using Cookies (replacement for mod_cookies.c)
</dl>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>