index.html revision 23ce412bd50a47accab4dd26019b78810bbf46eb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml">
<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>
<h2>Core Features and Multi-Processing Modules</h2>
<dl>
<dd>Core Apache features.</dd>
<dd>Multi-Processing Module with Threading via Pthreads;
Variable number of processes, constant number of
<dd>Multi-Processing Module with a single control process and
a single server process with multiple threads for Windows
NT</dd>
<dd>Multi-Processing Module with the ability to server
different virtual hosts under different userids.</dd>
<dd>Non-threaded preforking processes model similar to Apache
1.3</dd>
<dd>Thread only model optimized for Novell NetWare</dd>
</dl>
<h2>Other Modules</h2>
<dl>
<dd>Access control based on client hostname or IP
address.</dd>
<dd>Executing CGI scripts based on media type or request
method.</dd>
<dd>Mapping different parts of the host filesystem in the
document tree, and URL redirection.</dd>
<dd>Sending files which contain their own HTTP headers.</dd>
<dd>User authentication using text files.</dd>
<dd>Anonymous user access to authenticated areas.</dd>
<dd>User authentication using Berkeley DB files.</dd>
<dd>User authentication using DBM files.</dd>
<dd>MD5 authentication</dd>
<dd>User authentication using LDAP.</dd>
<dd>Automatic directory listings.</dd>
<dd>Support for HTTP header metafiles.</dd>
<dd>Invoking CGI scripts.</dd>
<dd>Invoking CGI scripts using an external daemon.</dd>
<dd>Configuring character set translation.</dd>
extensions</dd>
<dd>Basic directory handling.</dd>
<dd>Passing of environments to CGI scripts</dd>
<dd>Demonstrates Apache API</dd>
<dd>Apply Expires: headers to resources</dd>
<dd>Filtering output with external programs.</dd>
<dd>Caching files in memory for faster serving.</dd>
<dd>Add arbitrary HTTP headers to resources</dd>
<dd>The imagemap file handler.</dd>
<dd>Server-parsed documents.</dd>
<dd>Server configuration information</dd>
<dd>Windows ISAPI Extension support</dd>
<dd>LDAP connection pool and shared memory cache.</dd>
<dd>User-configurable logging replacement for
mod_log_common.</dd>
<dd>Determining document types using file extensions.</dd>
<dd>Determining document types using "magic numbers".</dd>
<dd>Content negotiation.</dd>
<dd>Caching proxy abilities</dd>
<dd>Powerful URI-to-filename mapping using regular
expressions</dd>
<dd>Set environment variables based on client
information</dd>
<dd>Support for loading modules at runtime</dd>
<dd>Automatically correct minor typos in URLs</dd>
<dd>strong cryptography using the Secure Sockets Layer (SSL) and
Transport Layer Security (TLS) protocols</dt>
<dd>Server status display</dd>
<dd>Run CGI requests as a specified user and group.</dd>
<dd>Generate unique request identifier for every request</dd>
<dd>User home directories.</dd>
<dd>User tracking using Cookies (replacement for
mod_cookies.c)</dd>
<dd>Support for dynamically configured mass virtual
hosting</dd>
</dl>
<!--#include virtual="footer.html" -->
</body>
</html>