home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F207861_index.html.en < prev    next >
Extensible Markup Language  |  2003-03-30  |  12KB  |  160 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Module Index - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="module-index"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
  20.  
  21.     <p>
  22.       Below is a list of all of the modules that come as part of
  23.       the Apache distribution.  See also the complete
  24.       alphabetical list of <a href="directives.html">all Apache
  25.       directives</a>.
  26.     </p>
  27.   </div>
  28. <div id="quickview"><ul id="toc">
  29. <li><img alt="" src="../images/down.gif" /> <a href="#core">Core Features and Multi-Processing Modules</a></li><li><img alt="" src="../images/down.gif" /> <a href="#other">Other Modules</a></li></ul><h3>See also</h3>
  30. <ul class="seealso">
  31. <li><a href="../mpm.html">Multi-Processing Modules (MPMs)</a>
  32.   </li>
  33. <li><a href="quickreference.html">Directive Quick Reference</a>
  34.   </li>
  35. </ul></div>
  36. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  37. <div class="section"><h2><a id="core" name="core">Core Features and Multi-Processing Modules</a></h2>
  38. <dl>
  39. <dt><a href="core.html">core</a></dt><dd>Core Apache HTTP Server features that are always
  40. available</dd>
  41. <dt><a href="mpm_common.html">mpm_common</a></dt><dd class="separate">A collection of directives that are implemented by
  42. more than one multi-processing module (MPM)</dd>
  43. <dt><a href="beos.html">beos</a></dt><dd>This Multi-Processing Module is optimized for BeOS.</dd>
  44. <dt><a href="leader.html">leader</a></dt><dd>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
  45. MPM</dd>
  46. <dt><a href="mpm_netware.html">mpm_netware</a></dt><dd>Multi-Processing Module implementing an exclusively threaded web
  47.     server optimized for Novell NetWare</dd>
  48. <dt><a href="mpmt_os2.html">mpmt_os2</a></dt><dd>Hybrid multi-process, multi-threaded MPM for OS/2</dd>
  49. <dt><a href="perchild.html">perchild</a></dt><dd>Multi-Processing Module allowing for daemon processes serving
  50. requests to be assigned a variety of different userids</dd>
  51. <dt><a href="prefork.html">prefork</a></dt><dd>Implements a non-threaded, pre-forking web server</dd>
  52. <dt><a href="threadpool.html">threadpool</a></dt><dd>Yet another experimental variant of the standard
  53. <code class="module"><a href="../mod/worker.html">worker</a></code> MPM</dd>
  54. <dt><a href="mpm_winnt.html">mpm_winnt</a></dt><dd>This Multi-Processing Module is optimized for Windows
  55. NT.</dd>
  56. <dt><a href="worker.html">worker</a></dt><dd>Multi-Processing Module implementing a hybrid
  57.     multi-threaded multi-process web server</dd>
  58. </dl></div>
  59. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  60. <div class="section"><h2><a id="other" name="other">Other Modules</a></h2>
  61. <p class="letters"><a href="#A">áAá</a> | <a href="#C">áCá</a> | <a href="#D">áDá</a> | <a href="#E">áEá</a> | <a href="#F">áFá</a> | <a href="#H">áHá</a> | <a href="#I">áIá</a> | <a href="#L">áLá</a> | <a href="#M">áMá</a> | <a href="#N">áNá</a> | <a href="#P">áPá</a> | <a href="#R">áRá</a> | <a href="#S">áSá</a> | <a href="#U">áUá</a> | <a href="#V">áVá</a></p>
  62. <dl><dt><a href="mod_access.html" id="A" name="A">mod_access</a></dt><dd>Provides access control based on client hostname, IP
  63. address, or other characteristics of the client request.</dd>
  64. <dt><a href="mod_actions.html">mod_actions</a></dt><dd>This module provides for executing CGI scripts based on
  65. media type or request method.</dd>
  66. <dt><a href="mod_alias.html">mod_alias</a></dt><dd>Provides for mapping different parts of the host
  67.     filesystem in the document tree and for URL redirection</dd>
  68. <dt><a href="mod_asis.html">mod_asis</a></dt><dd>Sends files that contain their own
  69. HTTP headers</dd>
  70. <dt><a href="mod_auth.html">mod_auth</a></dt><dd>User authentication using text files</dd>
  71. <dt><a href="mod_auth_anon.html">mod_auth_anon</a></dt><dd>Allows "anonymous" user access to authenticated
  72. areas</dd>
  73. <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt><dd>Provides for user authentication using DBM
  74.     files</dd>
  75. <dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt><dd>User authentication using MD5
  76.     Digest Authentication.</dd>
  77. <dt><a href="mod_auth_ldap.html">mod_auth_ldap</a></dt><dd>Allows an LDAP directory to be used to store the database
  78. for HTTP Basic authentication.</dd>
  79. <dt><a href="mod_autoindex.html">mod_autoindex</a></dt><dd>Generates directory indexes,
  80.     automatically, similar to the Unix <code>ls</code> command or the
  81.     Win32 <code>dir</code> shell command</dd>
  82. <dt><a href="mod_cache.html" id="C" name="C">mod_cache</a></dt><dd>Content cache keyed to URIs.</dd>
  83. <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt><dd>CERN httpd metafile semantics</dd>
  84. <dt><a href="mod_cgi.html">mod_cgi</a></dt><dd>Execution of CGI scripts</dd>
  85. <dt><a href="mod_cgid.html">mod_cgid</a></dt><dd>Execution of CGI scripts using an
  86.     external CGI daemon</dd>
  87. <dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt><dd>Specify character set translation or recoding</dd>
  88. <dt><a href="mod_dav.html" id="D" name="D">mod_dav</a></dt><dd>Distributed Authoring and Versioning
  89. (<a href="http://www.webdav.org/">WebDAV</a>) functionality</dd>
  90. <dt><a href="mod_dav_fs.html">mod_dav_fs</a></dt><dd>filesystem provider for <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code></dd>
  91. <dt><a href="mod_deflate.html">mod_deflate</a></dt><dd>Compress content before it is delivered to the
  92. client</dd>
  93. <dt><a href="mod_dir.html">mod_dir</a></dt><dd>Provides for "trailing slash" redirects and
  94.     serving directory index files</dd>
  95. <dt><a href="mod_disk_cache.html">mod_disk_cache</a></dt><dd>Content cache storage manager keyed to URIs</dd>
  96. <dt><a href="mod_echo.html" id="E" name="E">mod_echo</a></dt><dd>A simple echo server to illustrate protocol 
  97. modules</dd>
  98. <dt><a href="mod_env.html">mod_env</a></dt><dd>Modifies the environment which is passed to CGI scripts and
  99. SSI pages</dd>
  100. <dt><a href="mod_example.html">mod_example</a></dt><dd>Illustrates the Apache module API</dd>
  101. <dt><a href="mod_expires.html">mod_expires</a></dt><dd>Generation of <code>Expires</code> HTTP headers according to
  102. user-specified criteria</dd>
  103. <dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt><dd>Pass the response body through an external program before
  104. delivery to the client</dd>
  105. <dt><a href="mod_file_cache.html" id="F" name="F">mod_file_cache</a></dt><dd>Caches a static list of files in memory</dd>
  106. <dt><a href="mod_headers.html" id="H" name="H">mod_headers</a></dt><dd>Customization of HTTP request and response
  107. headers</dd>
  108. <dt><a href="mod_imap.html" id="I" name="I">mod_imap</a></dt><dd>Server-side imagemap processing</dd>
  109. <dt><a href="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd>
  110. <dt><a href="mod_info.html">mod_info</a></dt><dd>Provides a comprehensive overview of the server
  111. configuration</dd>
  112. <dt><a href="mod_isapi.html">mod_isapi</a></dt><dd>ISAPI Extensions within Apache for Windows</dd>
  113. <dt><a href="mod_ldap.html" id="L" name="L">mod_ldap</a></dt><dd>LDAP connection pooling and result caching services for use
  114. by other LDAP modules</dd>
  115. <dt><a href="mod_log_config.html">mod_log_config</a></dt><dd>Logging of the requests made to the server</dd>
  116. <dt><a href="mod_logio.html">mod_logio</a></dt><dd>Logging of input and output bytes per request</dd>
  117. <dt><a href="mod_mem_cache.html" id="M" name="M">mod_mem_cache</a></dt><dd>Content cache keyed to URIs</dd>
  118. <dt><a href="mod_mime.html">mod_mime</a></dt><dd>Associates the requested filename's extensions
  119.     with the file's behavior (handlers and filters)
  120.     and content (mime-type, language, character set and
  121.     encoding)</dd>
  122. <dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt><dd>Determines the MIME type of a file
  123.     by looking at a few bytes of its contents</dd>
  124. <dt><a href="mod_negotiation.html" id="N" name="N">mod_negotiation</a></dt><dd>Provides for <a href="../content-negotiation.html">content negotiation</a></dd>
  125. <dt><a href="mod_nw_ssl.html">mod_nw_ssl</a></dt><dd>Enable SSL encryption for NetWare</dd>
  126. <dt><a href="mod_proxy.html" id="P" name="P">mod_proxy</a></dt><dd>HTTP/1.1 proxy/gateway server</dd>
  127. <dt><a href="mod_proxy_connect.html">mod_proxy_connect</a></dt><dd><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> extension for
  128. <code>CONNECT</code> request handling</dd>
  129. <dt><a href="mod_proxy_ftp.html">mod_proxy_ftp</a></dt><dd>FTP support module for
  130. <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
  131. <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
  132. <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
  133. <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
  134. URLs on the fly</dd>
  135. <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>Allows the setting of environment variables based
  136. on characteristics of the request</dd>
  137. <dt><a href="mod_so.html">mod_so</a></dt><dd>Loading of executable code and
  138. modules into the server at start-up or restart time</dd>
  139. <dt><a href="mod_speling.html">mod_speling</a></dt><dd>Attempts to correct mistaken URLs that
  140. users might have entered by ignoring capitalization and by
  141. allowing up to one misspelling</dd>
  142. <dt><a href="mod_ssl.html">mod_ssl</a></dt><dd>Strong cryptography using the Secure Sockets
  143. Layer (SSL) and Transport Layer Security (TLS) protocols</dd>
  144. <dt><a href="mod_status.html">mod_status</a></dt><dd>Provides information on server activity and
  145. performance</dd>
  146. <dt><a href="mod_suexec.html">mod_suexec</a></dt><dd>Allows CGI scripts to run as a specified user
  147. and Group</dd>
  148. <dt><a href="mod_unique_id.html" id="U" name="U">mod_unique_id</a></dt><dd>Provides an environment variable with a unique
  149. identifier for each request</dd>
  150. <dt><a href="mod_userdir.html">mod_userdir</a></dt><dd>User-specific directories</dd>
  151. <dt><a href="mod_usertrack.html">mod_usertrack</a></dt><dd>
  152. <em>Clickstream</em> logging of user activity on a site
  153. </dd>
  154. <dt><a href="mod_vhost_alias.html" id="V" name="V">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual
  155. hosting</dd>
  156. </dl></div></div>
  157. <div id="footer">
  158. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  159. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  160. </body></html>