index.html revision 44afbb2bc1622ddf021058e2a157cfd31fb67fd0
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache modules</TITLE>
</HEAD>
<BODY>
<!--#include virtual="header.html" -->
<H1>Apache modules</h1>
<dl>
<dt><A HREF="core.html">Core</A>
<dd>Core Apache features.
<dt><A HREF="mod_access.html">mod_access</A>
<dd>Host based access control.
<dt><A HREF="mod_actions.html">mod_actions</A> Apache 1.1 and later.
<dd>Filetype/method-based script execution
<dt><A HREF="mod_alias.html">mod_alias</A>
<dd>Aliases and redirects.
<dt><A HREF="mod_asis.html">mod_asis</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>
<dd>User authentication using mSQL files.
<dt><A NAME="mod_browser.html">mod_browser</A> Apache 1.2 and up
<dd>Set environment variables based on User-Agent strings
<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>Automatic directory listings.
<dt><A HREF="mod_dld.html">mod_dld</A>
<dd>Start-time linking with the GNU libdld.
<dt><A HREF="mod_env.html">mod_env</A>
<dd>Passing of environments to CGI scripts
<dt><A NAME="mod_expires.html">mod_expires</A> Apache 1.2 and up
<dd>Apply Expires: headers to resources
<dt><A HREF="mod_fastcgi.html">mod_fastcgi</A> Apache 1.2 and up
<dd>A high-performance alternative to CGI for a variety of languages
<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_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.
<dt><A HREF="mod_negotiation.html">mod_negotiation</A>
<dd>Content negotiation.
<dt><A NAME="mod_rewrite.html">mod_rewrite</a> Apache 1.2 and up
<dd>Powerful URI-to-filename mapping using regular expressions
<dt><A HREF="mod_proxy.html">mod_proxy</A>
<dd>Caching proxy abilities
<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><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>