index.html revision 5bc4038e199e30f971d06fadb3ebbe13879e09a5
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<HTML>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<HEAD>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<TITLE>Apache modules</TITLE>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe</HEAD>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<BODY
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe BGCOLOR="#FFFFFF"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe TEXT="#000000"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe LINK="#0000FF"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe VLINK="#000080"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe ALINK="#FF0000"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<!--#include virtual="header.html" -->
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<H1 ALIGN="CENTER">Apache modules</H1>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<P>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweBelow is a list of all of the modules that come as part of the Apache
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowedistribution. See also the list of modules <A
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweHREF="index-bytype.html">sorted by type</A> and the complete
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowealphabetical list of <A HREF="directives.html">all Apache
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowedirectives</A>.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe</P>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<h2>Core Features and Multi-Processing Modules</h2>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DL>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><A HREF="core.html">Core</A>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Core Apache features.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><a href="dexter.html">dexter</a>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Multi-Processing Module with Threading via Pthreads; Fixed number
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweof processes, variable number of threads/child
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><A HREF="mpmt_pthread.html">mpmt_pthread</A>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Multi-Processing Module with Threading via Pthreads; Variable number
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweof processes, constant number of threads/child
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><a href="mpm_winnt.html">mpm_winnt</a>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Multi-Processing Module with a single control process and a single
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Loweserver process with multiple threads for Windows NT
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><a href="perchild.html">perchild</a>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Multi-Processing Module with the ability to server different
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowevirtual hosts under different userids.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DT><a href="prefork.html">prefork</a>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe<DD>Non-threaded preforking processes model similar to Apache 1.3
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe</DL>
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe
<h2>Other Modules</h2>
<DL>
<DT><A HREF="mod_access.html">mod_access</A>
<DD>Access control based on client hostname or IP address.
<DT><A HREF="mod_actions.html">mod_actions</A>
<DD>Executing CGI scripts based on media type or request method.
<DT><A HREF="mod_alias.html">mod_alias</A>
<DD>Mapping different parts of the host filesystem in the document tree,
and URL redirection.
<DT><A HREF="mod_asis.html">mod_asis</A>
<DD>Sending files which contain their own HTTP headers.
<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 access to authenticated areas.
<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_digest.html">mod_auth_digest</A>
<DD>MD5 authentication (experimental)
<DT><A HREF="mod_autoindex.html">mod_autoindex</A>
<DD>Automatic directory listings.
<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_charset_lite.html">mod_charset_lite</A>
<DD>Configuring character set translation.
<DT><A HREF="mod_dav.html">mod_dav</A>
<DD>Class 1,2 <A HREF="http://www.webdav.org">WebDAV</A> HTTP extensions
<DT><A HREF="mod_dir.html">mod_dir</A>
<DD>Basic directory handling.
<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>
<DD>Demonstrates Apache API
<DT><A HREF="mod_expires.html">mod_expires</A>
<DD>Apply Expires: headers to resources
<DT><A HREF="mod_ext_filter.html">mod_ext_filter</A>
<DD>Filtering output with external programs.
<DT><A HREF="mod_file_cache.html">mod_file_cache</A>
<DD>Caching files in memory for faster serving.
<DT><A HREF="mod_headers.html">mod_headers</A>
<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_isapi.html">mod_isapi</A>
<DD>Windows ISAPI Extension support
<DT><A HREF="mod_log_config.html">mod_log_config</A>
<DD>User-configurable logging replacement for mod_log_common.
<DT><A HREF="mod_mime.html">mod_mime</A>
<DD>Determining document types using file extensions.
<DT><A HREF="mod_mime_magic.html">mod_mime_magic</A>
<DD>Determining document types using "magic numbers".
<DT><A HREF="mod_negotiation.html">mod_negotiation</A>
<DD>Content negotiation.
<DT><A HREF="mod_proxy.html">mod_proxy</A>
<DD>Caching proxy abilities
<DT><A HREF="mod_rewrite.html">mod_rewrite</A>
<DD>Powerful URI-to-filename mapping using regular expressions
<DT><A HREF="mod_setenvif.html">mod_setenvif</A>
<DD>Set environment variables based on client information
<DT><A HREF="mod_so.html">mod_so</A>
<DD>Experimental support for loading modules (DLLs on Windows) at runtime
<DT><A HREF="mod_speling.html">mod_speling</A>
<DD>Automatically correct minor typos in URLs
<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_unique_id.html">mod_unique_id</A>
<DD>Generate unique request identifier for every request
<DT><A HREF="mod_usertrack.html">mod_usertrack</A>
<DD>User tracking using Cookies (replacement for mod_cookies.c)
<DT><A HREF="mod_vhost_alias.html">mod_vhost_alias</A>
<DD>Support for dynamically configured mass virtual hosting
</DL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>