mirror of
https://github.com/apache/httpd.git
synced 2025-05-19 02:21:09 +03:00
This is the end of this pass for the online manual. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
104 lines
3.7 KiB
HTML
104 lines
3.7 KiB
HTML
<!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>
|
|
<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 HREF="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 HREF="mod_example.html">mod_example</A> Apache 1.2 and up
|
|
<dd>Demonstrates Apache API
|
|
<dt><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up
|
|
<dd>Apply Expires: headers to resources
|
|
<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 HREF="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>
|