index.html revision 275e0e9c99eac4123651c4e86d93b1324da05e63
<!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>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. Replaced in Apache 1.3 by mod_so
<DD>Replaced in 1.3b6 by mod_so
<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>Mapping files into memory for faster serving.
<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>Experimental support for loading modules (DLLs on Windows) at runtime
<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)
<DD>Support for dynamically configured mass virtual hosting
</DL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>