index.html revision 415081c277a27197d10a8cc2583c6a3de19dae74
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache modules</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache modules</h1>
<P>
Below is a list of all of the modules that come as part of the
Apache distribution. See also the complete alphabetical list of
<A
HREF="directives.html"
>all Apache directives</A>.
</P>
<dl>
<dd>Core Apache features.
<dd>Host based access control.
<dd>Aliases and redirects.
<dd>The .asis file handler.
<dd>User authentication using text files.
<dd>Anonymous user authentication, FTP-style.
<dd>User authentication using Berkeley DB files.
<dd>User authentication using DBM files.
<dd>User authentication using mSQL files.
<dd>Automatic directory listings.
<dd>Set environment variables based on User-Agent strings. Replaced by
mod_setenvif in Apache 1.3 and up
<dd>Support for HTTP header metafiles.
<dd>Invoking CGI scripts.
<dd>Support for Netscape-like cookies. Replaced in Apache 1.2 by
mod_usertrack
<dd>MD5 authentication
<dd>Basic directory handling.
<dd>Start-time linking with the GNU libdld.
<dd>Start-time module linking with Win32 DLLs.
<dd>Passing of environments to CGI scripts
<dd>Demonstrates Apache API
<dd>Apply Expires: headers to resources
<dd>Add arbitrary HTTP headers to resources
<dd>The imagemap file handler.
<dd>Server-parsed documents.
<dd>Server configuration information
<dd>Windows ISAPI Extension support
<dd>Logging of User Agents.
<dd>Standard logging in the Common Logfile Format. Replaced by the
mod_log_config module in Apache 1.2 and up
<dd>User-configurable logging replacement for mod_log_common.
<dd>Logging of document references.
<dd>Determining document types using file extensions.
<dd>Determining document types using "magic numbers".
<dd>Content negotiation.
<dd>Caching proxy abilities
<dd>Powerful URI-to-filename mapping using regular expressions
<dd>Set environment variables based on client information
<dd>Automatically correct minor typos in URLs
<dd>Server status display
<dd>User home directories.
<dd>Generate unique request identifier for every request
<dd>User tracking using Cookies (replacement for mod_cookies.c)
</dl>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>