mirror of
				https://github.com/apache/httpd.git
				synced 2025-10-31 19:10:37 +03:00 
			
		
		
		
	git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91827 13f79535-47bb-0310-9956-ffa450edef68
		
			
				
	
	
		
			247 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			247 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | |
|     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
|   <head>
 | |
|     <meta name="generator" content="HTML Tidy, see www.w3.org" />
 | |
| 
 | |
|     <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>
 | |
|       <dt><a href="core.html">Core</a></dt>
 | |
| 
 | |
|       <dd>Core Apache features.</dd>
 | |
| 
 | |
|       <dt><a href="threaded.html">threaded</a></dt>
 | |
| 
 | |
|       <dd>Multi-Processing Module with Threading via Pthreads;
 | |
|       Variable number of processes, constant number of
 | |
|       threads/child</dd>
 | |
| 
 | |
|       <dt><a href="mpm_winnt.html">mpm_winnt</a></dt>
 | |
| 
 | |
|       <dd>Multi-Processing Module with a single control process and
 | |
|       a single server process with multiple threads for Windows
 | |
|       NT</dd>
 | |
| 
 | |
|       <dt><a href="perchild.html">perchild</a></dt>
 | |
| 
 | |
|       <dd>Multi-Processing Module with the ability to server
 | |
|       different virtual hosts under different userids.</dd>
 | |
| 
 | |
|       <dt><a href="prefork.html">prefork</a></dt>
 | |
| 
 | |
|       <dd>Non-threaded preforking processes model similar to Apache
 | |
|       1.3</dd>
 | |
|     </dl>
 | |
| 
 | |
|     <h2>Other Modules</h2>
 | |
| 
 | |
|     <dl>
 | |
|       <dt><a href="mod_access.html">mod_access</a></dt>
 | |
| 
 | |
|       <dd>Access control based on client hostname or IP
 | |
|       address.</dd>
 | |
| 
 | |
|       <dt><a href="mod_actions.html">mod_actions</a></dt>
 | |
| 
 | |
|       <dd>Executing CGI scripts based on media type or request
 | |
|       method.</dd>
 | |
| 
 | |
|       <dt><a href="mod_alias.html">mod_alias</a></dt>
 | |
| 
 | |
|       <dd>Mapping different parts of the host filesystem in the
 | |
|       document tree, and URL redirection.</dd>
 | |
| 
 | |
|       <dt><a href="mod_asis.html">mod_asis</a></dt>
 | |
| 
 | |
|       <dd>Sending files which contain their own HTTP headers.</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth.html">mod_auth</a></dt>
 | |
| 
 | |
|       <dd>User authentication using text files.</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth_anon.html">mod_auth_anon</a></dt>
 | |
| 
 | |
|       <dd>Anonymous user access to authenticated areas.</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth_db.html">mod_auth_db</a></dt>
 | |
| 
 | |
|       <dd>User authentication using Berkeley DB files.</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt>
 | |
| 
 | |
|       <dd>User authentication using DBM files.</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt>
 | |
| 
 | |
|       <dd>MD5 authentication</dd>
 | |
| 
 | |
|       <dt><a href="mod_auth_ldap.html">mod_auth_ldap</a></dt>
 | |
| 
 | |
|       <dd>User authentication using LDAP.</dd>
 | |
| 
 | |
|       <dt><a href="mod_autoindex.html">mod_autoindex</a></dt>
 | |
| 
 | |
|       <dd>Automatic directory listings.</dd>
 | |
| 
 | |
|       <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt>
 | |
| 
 | |
|       <dd>Support for HTTP header metafiles.</dd>
 | |
| 
 | |
|       <dt><a href="mod_cgi.html">mod_cgi</a></dt>
 | |
| 
 | |
|       <dd>Invoking CGI scripts.</dd>
 | |
| 
 | |
|       <dt><a href="mod_cgid.html">mod_cgid</a></dt>
 | |
| 
 | |
|       <dd>Invoking CGI scripts using an external daemon.</dd>
 | |
| 
 | |
|       <dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt>
 | |
| 
 | |
|       <dd>Configuring character set translation.</dd>
 | |
| 
 | |
|       <dt><a href="mod_dav.html">mod_dav</a></dt>
 | |
| 
 | |
|       <dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP
 | |
|       extensions</dd>
 | |
| 
 | |
|       <dt><a href="mod_dir.html">mod_dir</a></dt>
 | |
| 
 | |
|       <dd>Basic directory handling.</dd>
 | |
| 
 | |
|       <dt><a href="mod_env.html">mod_env</a></dt>
 | |
| 
 | |
|       <dd>Passing of environments to CGI scripts</dd>
 | |
| 
 | |
|       <dt><a href="mod_example.html">mod_example</a></dt>
 | |
| 
 | |
|       <dd>Demonstrates Apache API</dd>
 | |
| 
 | |
|       <dt><a href="mod_expires.html">mod_expires</a></dt>
 | |
| 
 | |
|       <dd>Apply Expires: headers to resources</dd>
 | |
| 
 | |
|       <dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt>
 | |
| 
 | |
|       <dd>Filtering output with external programs.</dd>
 | |
| 
 | |
|       <dt><a href="mod_file_cache.html">mod_file_cache</a></dt>
 | |
| 
 | |
|       <dd>Caching files in memory for faster serving.</dd>
 | |
| 
 | |
|       <dt><a href="mod_headers.html">mod_headers</a></dt>
 | |
| 
 | |
|       <dd>Add arbitrary HTTP headers to resources</dd>
 | |
| 
 | |
|       <dt><a href="mod_imap.html">mod_imap</a></dt>
 | |
| 
 | |
|       <dd>The imagemap file handler.</dd>
 | |
| 
 | |
|       <dt><a href="mod_include.html">mod_include</a></dt>
 | |
| 
 | |
|       <dd>Server-parsed documents.</dd>
 | |
| 
 | |
|       <dt><a href="mod_info.html">mod_info</a></dt>
 | |
| 
 | |
|       <dd>Server configuration information</dd>
 | |
| 
 | |
|       <dt><a href="mod_isapi.html">mod_isapi</a></dt>
 | |
| 
 | |
|       <dd>Windows ISAPI Extension support</dd>
 | |
| 
 | |
|       <dt><a href="mod_ldap.html">mod_ldap</a></dt>
 | |
| 
 | |
|       <dd>LDAP connection pool and shared memory cache.</dd>
 | |
| 
 | |
|       <dt><a href="mod_log_config.html">mod_log_config</a></dt>
 | |
| 
 | |
|       <dd>User-configurable logging replacement for
 | |
|       mod_log_common.</dd>
 | |
| 
 | |
|       <dt><a href="mod_mime.html">mod_mime</a></dt>
 | |
| 
 | |
|       <dd>Determining document types using file extensions.</dd>
 | |
| 
 | |
|       <dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt>
 | |
| 
 | |
|       <dd>Determining document types using "magic numbers".</dd>
 | |
| 
 | |
|       <dt><a href="mod_negotiation.html">mod_negotiation</a></dt>
 | |
| 
 | |
|       <dd>Content negotiation.</dd>
 | |
| 
 | |
|       <dt><a href="mod_proxy.html">mod_proxy</a></dt>
 | |
| 
 | |
|       <dd>Caching proxy abilities</dd>
 | |
| 
 | |
|       <dt><a href="mod_rewrite.html">mod_rewrite</a></dt>
 | |
| 
 | |
|       <dd>Powerful URI-to-filename mapping using regular
 | |
|       expressions</dd>
 | |
| 
 | |
|       <dt><a href="mod_setenvif.html">mod_setenvif</a></dt>
 | |
| 
 | |
|       <dd>Set environment variables based on client
 | |
|       information</dd>
 | |
| 
 | |
|       <dt><a href="mod_so.html">mod_so</a></dt>
 | |
| 
 | |
|       <dd>Support for loading modules at runtime</dd>
 | |
| 
 | |
|       <dt><a href="mod_speling.html">mod_speling</a></dt>
 | |
| 
 | |
|       <dd>Automatically correct minor typos in URLs</dd>
 | |
| 
 | |
|       <dt><a href="mod_ssl.html">mod_ssl</a></dt>
 | |
| 
 | |
|       <dd>strong cryptography using the Secure Sockets Layer (SSL) and
 | |
|       Transport Layer Security (TLS) protocols</dt>
 | |
| 
 | |
|       <dt><a href="mod_status.html">mod_status</a></dt>
 | |
| 
 | |
|       <dd>Server status display</dd>
 | |
| 
 | |
|       <dt><a href="mod_suexec.html">mod_suexec</a></dt>
 | |
| 
 | |
|       <dd>Run CGI requests as a specified user and group.</dd>
 | |
| 
 | |
|       <dt><a href="mod_unique_id.html">mod_unique_id</a></dt>
 | |
| 
 | |
|       <dd>Generate unique request identifier for every request</dd>
 | |
| 
 | |
|       <dt><a href="mod_userdir.html">mod_userdir</a></dt>
 | |
| 
 | |
|       <dd>User home directories.</dd>
 | |
| 
 | |
|       <dt><a href="mod_usertrack.html">mod_usertrack</a></dt>
 | |
| 
 | |
|       <dd>User tracking using Cookies (replacement for
 | |
|       mod_cookies.c)</dd>
 | |
| 
 | |
|       <dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt>
 | |
| 
 | |
|       <dd>Support for dynamically configured mass virtual
 | |
|       hosting</dd>
 | |
|     </dl>
 | |
|     <!--#include virtual="footer.html" -->
 | |
|   </body>
 | |
| </html>
 | |
| 
 |