index.html revision af24c52dc292497d3e24424f068fe724749e4389
<!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 list of modules <A
HREF="index-bytype.html">sorted by type</A> and the complete
alphabetical list of <A HREF="directives.html">all Apache
directives</A>.
</P>
<DL>
<DD>Core Apache features.
<DD>Access control based on client hostname or IP address.
<DD>Executing CGI scripts based on media type or request method.
<DD>Mapping different parts of the host filesystem in the document tree,
and URL redirection.
<DD>Sending files which contain their own HTTP headers.
<DD>User authentication using text files.
<DD>Anonymous user access to authenticated areas.
<DD>User authentication using Berkeley DB files.
<DD>User authentication using DBM files.
<DD>MD5 authentication (experimental)
<DD>Automatic directory listings.
<DD>Support for HTTP header metafiles.
<DD>Invoking CGI scripts.
<DD>Configuring character set translation.
<DD>MD5 authentication
<DD>Basic directory handling.
<DD>Passing of environments to CGI scripts
<DD>Demonstrates Apache API
<DD>Apply Expires: headers to resources
<DD>Caching files in memory for faster serving.
<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>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>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>