You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/12/11 22:18:15 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ldap.html.en mod_logio.html.en mod_log_config.html.en module-dict.html.en mod_mem_cache.html.en mod_mime.html.en mod_mime_magic.html.en mod_negotiation.html.en mod_proxy.html.en mod_rewrite.html.en mod_setenvif.html.en mod_so.html.en mod_speling.html.en mod_ssl.html.en mod_status.html.en mod_suexec.html.en mod_unique_id.html.en mod_userdir.html.en mod_usertrack.html.en mod_vhost_alias.html.en mpm_netware.html.en mpm_winnt.html.en

nd          2002/12/11 13:18:15

  Modified:    docs/manual/mod mod_ldap.html.en mod_logio.html.en
                        mod_log_config.html.en module-dict.html.en
                        mod_mem_cache.html.en mod_mime.html.en
                        mod_mime_magic.html.en mod_negotiation.html.en
                        mod_proxy.html.en mod_rewrite.html.en
                        mod_setenvif.html.en mod_so.html.en
                        mod_speling.html.en mod_ssl.html.en
                        mod_status.html.en mod_suexec.html.en
                        mod_unique_id.html.en mod_userdir.html.en
                        mod_usertrack.html.en mod_vhost_alias.html.en
                        mpm_netware.html.en mpm_winnt.html.en
  Log:
  update transformation: part IV
  
  Revision  Changes    Path
  1.11      +123 -55   httpd-2.0/docs/manual/mod/mod_ldap.html.en
  
  Index: mod_ldap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ldap.html.en,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_ldap.html.en	5 Dec 2002 15:18:35 -0000	1.10
  +++ mod_ldap.html.en	11 Dec 2002 21:18:10 -0000	1.11
  @@ -4,13 +4,30 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_ldap - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_ldap</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>LDAP connection pooling and result caching services for use
  -by other LDAP modules</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Experimental</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>ldap_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>util_ldap.c</td></tr><tr><th><a href="module-dict.html#Compatibility">Compatibility:
  -                  </a></th><td>Available in version 2.0.41 and later</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_ldap - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_ldap</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>LDAP connection pooling and result caching services for use
  +by other LDAP modules</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>ldap_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>util_ldap.c</td></tr>
  +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0.41 and later</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module was created to improve the performance of
       websites relying on backend connections to LDAP servers. In
       addition to the functions provided by the standard LDAP
  @@ -21,13 +38,25 @@
       apr-util. This is achieved by adding the <code>--with-ldap</code>
       flag to the <code>./configure</code> script when building
       Apache.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#ldapcacheentries">LDAPCacheEntries</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#ldapcacheentries">LDAPCacheEntries</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#ldapcachettl">LDAPCacheTTL</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#ldapcertdbpath">LDAPCertDBPath</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#ldapopcacheentries">LDAPOpCacheEntries</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#ldapopcachettl">LDAPOpCacheTTL</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#ldapsharedcachesize">LDAPSharedCacheSize</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#exampleconfig">Example Configuration</a></li><li><img alt="" src="../images/down.gif" /> <a href="#pool">LDAP Connection Pool</a></li><li><img alt="" src="../images/down.gif" /> <a href="#cache">LDAP Cache</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="exampleconfig" id="exampleconfig">Example Configuration</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#exampleconfig">Example Configuration</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#pool">LDAP Connection Pool</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#cache">LDAP Cache</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="exampleconfig" id="exampleconfig">Example Configuration</a></h2>
       <p>The following is an example configuration that uses
       <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code> to increase the performance of HTTP Basic
       authentication provided by <code class="module"><a href="../mod/mod_auth_ldap.html">mod_auth_ldap</a></code>.</p>
  @@ -58,7 +87,9 @@
         </span>
         &lt;/Location&gt;
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="pool" id="pool">LDAP Connection Pool</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="pool" id="pool">LDAP Connection Pool</a></h2>
   
       <p>LDAP connections are pooled from request to request. This
       allows the LDAP server to remain connected and bound ready for
  @@ -75,7 +106,9 @@
       <p>There is no need to manually enable connection pooling in
       the Apache configuration. Any module using this module for
       access to LDAP services will share the connection pool.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="cache" id="cache">LDAP Cache</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="cache" id="cache">LDAP Cache</a></h2>
   
       <p>For improved performance, <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code> uses an aggressive
       caching strategy to minimize the number of times that the LDAP
  @@ -151,33 +184,47 @@
         information each time, depending on which <code>httpd</code>
         instance processes the request.</p>
       
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPCacheEntries" id="LDAPCacheEntries">LDAPCacheEntries</a> <a name="ldapcacheentries" id="ldapcacheentries">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maximum number of entires in the primary LDAP cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPCacheEntries <var>number</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LDAPCacheEntries 1024</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPCacheEntries" id="LDAPCacheEntries">LDAPCacheEntries</a> <a name="ldapcacheentries" id="ldapcacheentries">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum number of entires in the primary LDAP cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPCacheEntries <var>number</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPCacheEntries 1024</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>Specifies the maximum size of the primary LDAP cache. This
       cache contains successful search/binds. Set it to 0 to turn off
       search/bind caching. The default size is 1024 cached
       searches.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPCacheTTL" id="LDAPCacheTTL">LDAPCacheTTL</a> <a name="ldapcachettl" id="ldapcachettl">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Time that cached items remain valid</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPCacheTTL <var>seconds</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LDAPCacheTTL 600</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPCacheTTL" id="LDAPCacheTTL">LDAPCacheTTL</a> <a name="ldapcachettl" id="ldapcachettl">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Time that cached items remain valid</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPCacheTTL <var>seconds</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPCacheTTL 600</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>Specifies the time (in seconds) that an item in the
       search/bind cache remains valid. The default is 600 seconds (10
       minutes).</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPCertDBPath" id="LDAPCertDBPath">LDAPCertDBPath</a> <a name="ldapcertdbpath" id="ldapcertdbpath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory containing certificates for SSL support</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPCertDBPath <var>directory-path</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPCertDBPath" id="LDAPCertDBPath">LDAPCertDBPath</a> <a name="ldapcertdbpath" id="ldapcertdbpath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory containing certificates for SSL support</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPCertDBPath <var>directory-path</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>This directive is only valid if Apache has been linked
       against the Netscape/iPlanet Directory SDK.</p>
   
  @@ -185,34 +232,55 @@
       should look for the certificate authorities database for SSL
       support. There should be a file named <code>cert7.db</code> in that
       directory.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPOpCacheEntries" id="LDAPOpCacheEntries">LDAPOpCacheEntries</a> <a name="ldapopcacheentries" id="ldapopcacheentries">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Number of entries used to cache LDAP compare 
  -operations</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPOpCacheEntries <var>number</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LDAPOpCacheEntries 1024</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPOpCacheEntries" id="LDAPOpCacheEntries">LDAPOpCacheEntries</a> <a name="ldapopcacheentries" id="ldapopcacheentries">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Number of entries used to cache LDAP compare 
  +operations</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPOpCacheEntries <var>number</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPOpCacheEntries 1024</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>This specifies the number of entries <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code>
       will use to cache LDAP compare operations. The default is 1024
       entries.  Setting it to 0 disables operation caching.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPOpCacheTTL" id="LDAPOpCacheTTL">LDAPOpCacheTTL</a> <a name="ldapopcachettl" id="ldapopcachettl">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Time that entries in the operation cache remain
  -valid</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPOpCacheTTL <var>seconds</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LDAPOpCacheTTL 600</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPOpCacheTTL" id="LDAPOpCacheTTL">LDAPOpCacheTTL</a> <a name="ldapopcachettl" id="ldapopcachettl">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Time that entries in the operation cache remain
  +valid</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPOpCacheTTL <var>seconds</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPOpCacheTTL 600</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>Specifies the time (in seconds) that entries in the
       operation cache remain valid. The default is 600 seconds.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LDAPSharedCacheSize" id="LDAPSharedCacheSize">LDAPSharedCacheSize</a> <a name="ldapsharedcachesize" id="ldapsharedcachesize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Size in bytes of the shared-memory cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LDAPSharedCacheSize <var>bytes</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LDAPSharedCacheSize 102400</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ldap</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LDAPSharedCacheSize" id="LDAPSharedCacheSize">LDAPSharedCacheSize</a> <a name="ldapsharedcachesize" id="ldapsharedcachesize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Size in bytes of the shared-memory cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPSharedCacheSize <var>bytes</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPSharedCacheSize 102400</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
  +</table>
       <p>Specifies the number of bytes to specify for the shared
       memory cache. The default is 100kb.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.4       +42 -7     httpd-2.0/docs/manual/mod/mod_logio.html.en
  
  Index: mod_logio.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_logio.html.en	5 Dec 2002 15:18:35 -0000	1.3
  +++ mod_logio.html.en	11 Dec 2002 21:18:10 -0000	1.4
  @@ -4,11 +4,28 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_logio - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_logio</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Logging of input and output bytes per request</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>logio_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_logio.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_logio - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_logio</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of input and output bytes per request</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>logio_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_logio.c</td></tr></table>
  +<h3>Summary</h3>
  +
   
       <p>This module provides the logging of input and output number of
       bytes received/sent per request. The numbers reflect the actual bytes
  @@ -19,7 +36,20 @@
   
       <p>This module requires <code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code>.</p>
   
  -</div><div id="quickview"><h3 class="directives">Directives</h3><p>This module provides no directives.</p><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#formats">Custom Log Formats</a></li></ul><h3>See also</h3><ul class="seealso"><li><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></li><li><a href="../logs.html">Apache Log Files</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="formats" id="formats">Custom Log Formats</a></h2>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<p>This module provides no directives.</p>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#formats">Custom Log Formats</a></li>
  +</ul><h3>See also</h3>
  +<ul class="seealso">
  +<li><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></li>
  +<li><a href="../logs.html">Apache Log Files</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="formats" id="formats">Custom Log Formats</a></h2>
   
   
       <p>This modules adds two new logging directives. The characteristics of the
  @@ -43,4 +73,9 @@
         <dd><code>"%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\"
         \"%{User-agent}i\" %I %O"</code></dd>
       </dl>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.23      +95 -37    httpd-2.0/docs/manual/mod/mod_log_config.html.en
  
  Index: mod_log_config.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html.en,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mod_log_config.html.en	5 Dec 2002 15:18:35 -0000	1.22
  +++ mod_log_config.html.en	11 Dec 2002 21:18:10 -0000	1.23
  @@ -4,11 +4,28 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_log_config - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_log_config</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Logging of the requests made to the server</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>log_config_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_log_config.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_log_config - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_log_config</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of the requests made to the server</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>log_config_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_log_config.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module provides for flexible logging of client
       requests. Logs are written in a customizable format, and may be
       written directly to a file, or to an external program.
  @@ -22,11 +39,25 @@
       to set a custom format, and <code class="directive"><a href="#customlog">CustomLog</a></code> to define a log file and format in one
       step. The <code class="directive">TransferLog</code> and <code class="directive">CustomLog</code> directives can be used multiple times in each
       server to cause each request to be logged to multiple files.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#cookielog">CookieLog</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#cookielog">CookieLog</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#customlog">CustomLog</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#logformat">LogFormat</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#transferlog">TransferLog</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#formats">Custom Log Formats</a></li><li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li></ul><h3>See also</h3><ul class="seealso"><li><a href="../logs.html">Apache Log Files</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="formats" id="formats">Custom Log Formats</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#formats">Custom Log Formats</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li>
  +</ul><h3>See also</h3>
  +<ul class="seealso">
  +<li><a href="../logs.html">Apache Log Files</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="formats" id="formats">Custom Log Formats</a></h2>
   
       <p>The format argument to the <code class="directive"><a href="#logformat">LogFormat</a></code> and <code class="directive"><a href="#customlog">CustomLog</a></code> directives is a string. This string is
       logged to the log file for each request. It can contain literal
  @@ -177,31 +208,42 @@
       because otherwise log analysis programs would have to duplicate
       the entire vhost matching algorithm in order to decide what
       host really served the request.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="security" id="security">Security Considerations</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="security" id="security">Security Considerations</a></h2>
       <p>See the <a href="../misc/security_tips.html#serverroot">security tips</a>
       document for details on why your security could be compromised
       if the directory where logfiles are stored is writable by
       anyone other than the user that starts the server.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieLog" id="CookieLog">CookieLog</a> <a name="cookielog" id="cookielog">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets filename for the logging of cookies</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieLog <var>filename</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_log_config</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>This directive is deprecated.</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieLog" id="CookieLog">CookieLog</a> <a name="cookielog" id="cookielog">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets filename for the logging of cookies</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieLog <var>filename</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_log_config</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>This directive is deprecated.</td></tr>
  +</table>
       <p>The <code class="directive">CookieLog</code> directive sets the 
       filename for logging of cookies. The filename is relative to the
       <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. This directive is
       included only for compatibility with <code>mod_cookies</code>,
       and is deprecated.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CustomLog" id="CustomLog">CustomLog</a> <a name="customlog" id="customlog">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets filename and format of log file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CustomLog  <var>file</var>|<var>pipe</var>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CustomLog" id="CustomLog">CustomLog</a> <a name="customlog" id="customlog">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets filename and format of log file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CustomLog  <var>file</var>|<var>pipe</var>
   <var>format</var>|<var>nickname</var>
  -[env=[!]<var>environment-variable</var>]</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_log_config</td></tr></table>
  +[env=[!]<var>environment-variable</var>]</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_log_config</td></tr>
  +</table>
       <p>The <code class="directive">CustomLog</code> directive is used to
       log requests to the server. A log format is specified, and the
       logging can optionally be made conditional on request
  @@ -265,14 +307,19 @@
         CustomLog gif-requests.log common env=gif-image<br />
         CustomLog nongif-requests.log common env=!gif-image
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LogFormat" id="LogFormat">LogFormat</a> <a name="logformat" id="logformat">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Describes a format for use in a log file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LogFormat <var>format</var>|<var>nickname</var>
  -[<var>nickname</var>]</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>LogFormat "%h %l %u %t \"%r\" %&gt;s %b"</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_log_config</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LogFormat" id="LogFormat">LogFormat</a> <a name="logformat" id="logformat">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Describes a format for use in a log file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LogFormat <var>format</var>|<var>nickname</var>
  +[<var>nickname</var>]</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LogFormat "%h %l %u %t \"%r\" %&gt;s %b"</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_log_config</td></tr>
  +</table>
       <p>This directive specifies the format of the access log
       file.</p>
   
  @@ -305,12 +352,17 @@
       <div class="example"><h3>Example</h3><p><code>
         LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b" vhost_common
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="TransferLog" id="TransferLog">TransferLog</a> <a name="transferlog" id="transferlog">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Specifly location of a log file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>TransferLog <var>file</var>|<var>pipe</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_log_config</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="TransferLog" id="TransferLog">TransferLog</a> <a name="transferlog" id="transferlog">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifly location of a log file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>TransferLog <var>file</var>|<var>pipe</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_log_config</td></tr>
  +</table>
       <p>This directive has exactly the same arguments and effect as
       the <code class="directive"><a href="#customlog">CustomLog</a></code>
       directive, with the exception that it does not allow the log format
  @@ -324,4 +376,10 @@
         LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""<br />
         TransferLog logs/access_log
       </code></p></div>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.10      +40 -7     httpd-2.0/docs/manual/mod/module-dict.html.en
  
  Index: module-dict.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/module-dict.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- module-dict.html.en	5 Dec 2002 15:18:36 -0000	1.9
  +++ module-dict.html.en	11 Dec 2002 21:18:10 -0000	1.10
  @@ -4,13 +4,36 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>Terms Used to Describe Modules - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body id="manual-page"><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1>
  +      -->
  +<title>Terms Used to Describe Modules - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body id="manual-page"><div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1>
      <p>This document describes the terms that are used to describe
       each Apache <a href="./">module</a>.</p>
  -</div><div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#Description">Description</a></li><li><img alt="" src="../images/down.gif" /> <a href="#Status">Status</a></li><li><img alt="" src="../images/down.gif" /> <a href="#SourceFile">Source File</a></li><li><img alt="" src="../images/down.gif" /> <a href="#ModuleIdentifier">Module Identifier</a></li><li><img alt="" src="../images/down.gif" /> <a href="#Compatibility">Compatibility</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="Description" id="Description">Description</a></h2>
  +</div>
  +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#Description">Description</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#Status">Status</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#SourceFile">Source File</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#ModuleIdentifier">Module Identifier</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#Compatibility">Compatibility</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="Description" id="Description">Description</a></h2>
   
   <p>A brief description of the purpose of the module.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="Status" id="Status">Status</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="Status" id="Status">Status</a></h2>
   
       <p>This indicates how tightly bound into the Apache Web server
       the module is; in other words, you may need to recompile the
  @@ -53,22 +76,32 @@
         status. We are not responsible for, nor do we support such
         modules.</dd>
       </dl>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="SourceFile" id="SourceFile">Source File</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="SourceFile" id="SourceFile">Source File</a></h2>
   
       <p>This quite simply lists the name of the source file which
       contains the code for the module. This is also the name used by
       the <code class="directive"><a href="../mod/core.html#ifmodule">&lt;IfModule&gt;</a></code>
       directive.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="ModuleIdentifier" id="ModuleIdentifier">Module Identifier</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="ModuleIdentifier" id="ModuleIdentifier">Module Identifier</a></h2>
   
       <p>This is a string which identifies the module for use in the
       <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive when
       dynamically loading modules. In particular, it is the name of
       the external variable of type module in the source file.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="Compatibility" id="Compatibility">Compatibility</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="Compatibility" id="Compatibility">Compatibility</a></h2>
   
       <p>If the module was not part of the original Apache version 2
       distribution, the version in which it was introduced should be
       listed here.  In addition, if the module is limited to
       particular platforms, the details will be listed here.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +</div></div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.12      +103 -47   httpd-2.0/docs/manual/mod/mod_mem_cache.html.en
  
  Index: mod_mem_cache.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mem_cache.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_mem_cache.html.en	10 Dec 2002 00:02:42 -0000	1.11
  +++ mod_mem_cache.html.en	11 Dec 2002 21:18:10 -0000	1.12
  @@ -4,11 +4,28 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_mem_cache - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_mem_cache</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Content cache keyed to URIs</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Experimental</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>mem_cache_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_mem_cache.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_mem_cache - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_mem_cache</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache keyed to URIs</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>mem_cache_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_mem_cache.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <div class="warning">
         This module is experimental. Documentation is still under
         development...
  @@ -22,19 +39,32 @@
   
       <p>Content is stored in and retrieved from the cache using URI based
       keys. Content with access protection is not cached.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#mcachemaxobjectcount">MCacheMaxObjectCount</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#mcachemaxobjectcount">MCacheMaxObjectCount</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#mcachemaxobjectsize">MCacheMaxObjectSize</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#mcacheminobjectsize">MCacheMinObjectSize</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#mcacheremovalalgorithm">MCacheRemovalAlgorithm</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#mcachesize">MCacheSize</a></li>
  -</ul><h3>See also</h3><ul class="seealso"><li><code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code></li><li><code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MCacheMaxObjectCount" id="MCacheMaxObjectCount">MCacheMaxObjectCount</a> <a name="mcachemaxobjectcount" id="mcachemaxobjectcount">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The maximum number of objects allowed to be placed in the
  -cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MCacheMaxObjectCount <var>value</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MCacheMaxObjectCount 1009</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mem_cache</td></tr></table>
  +</ul>
  +<h3>See also</h3>
  +<ul class="seealso">
  +<li><code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code></li>
  +<li><code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code></li>
  +</ul></div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MCacheMaxObjectCount" id="MCacheMaxObjectCount">MCacheMaxObjectCount</a> <a name="mcachemaxobjectcount" id="mcachemaxobjectcount">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The maximum number of objects allowed to be placed in the
  +cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheMaxObjectCount <var>value</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheMaxObjectCount 1009</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
  +</table>
       <p>The <code class="directive">MCacheMaxObjectCount</code> directive sets the
       maximum number of objects to be cached. The value is used to create the
       open hash table. If a new object needs to be inserted in the cache and
  @@ -45,14 +75,19 @@
       <div class="example"><h3>Example</h3><p><code>
         MCacheMaxObjectCount 13001
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MCacheMaxObjectSize" id="MCacheMaxObjectSize">MCacheMaxObjectSize</a> <a name="mcachemaxobjectsize" id="mcachemaxobjectsize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The maximum size (in bytes) of a document allowed in the
  -cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MCacheMaxObjectSize <var>bytes</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MCacheMaxObjectSize 10000</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mem_cache</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MCacheMaxObjectSize" id="MCacheMaxObjectSize">MCacheMaxObjectSize</a> <a name="mcachemaxobjectsize" id="mcachemaxobjectsize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The maximum size (in bytes) of a document allowed in the
  +cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheMaxObjectSize <var>bytes</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheMaxObjectSize 10000</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
  +</table>
       <p>The <code class="directive">MCacheMaxObjectSize</code> directive sets the
       maximum allowable size, in bytes, of a document for it to be considered
       cacheable.</p>
  @@ -65,14 +100,19 @@
         <p>The value of <code class="directive">MCacheMaxObjectSize</code> must be
         greater than the value specified by the <code class="directive"><a href="#mcacheminobjectsize">MCacheMinObjectSize</a></code> directive.</p>
       </div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MCacheMinObjectSize" id="MCacheMinObjectSize">MCacheMinObjectSize</a> <a name="mcacheminobjectsize" id="mcacheminobjectsize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The minimum size (in bytes) of a document to be allowed in the
  -cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MCacheMinObjectSize <var>bytes</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MCacheMinObjectSize 0</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mem_cache</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MCacheMinObjectSize" id="MCacheMinObjectSize">MCacheMinObjectSize</a> <a name="mcacheminobjectsize" id="mcacheminobjectsize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The minimum size (in bytes) of a document to be allowed in the
  +cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheMinObjectSize <var>bytes</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheMinObjectSize 0</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
  +</table>
       <p>The <code class="directive">MCacheMinObjectSize</code> directive sets the
       minimum size in bytes of a document for it to be considered
       cacheable.</p>
  @@ -80,14 +120,19 @@
       <div class="example"><h3>Example</h3><p><code>
         MCacheMinObjectSize 10000
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MCacheRemovalAlgorithm" id="MCacheRemovalAlgorithm">MCacheRemovalAlgorithm</a> <a name="mcacheremovalalgorithm" id="mcacheremovalalgorithm">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The algorithm used to select documents for removal from the
  -cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MCacheRemovalAlgorithm LRU|GDSF</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MCacheRemovalAlgorithm GDSF</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mem_cache</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MCacheRemovalAlgorithm" id="MCacheRemovalAlgorithm">MCacheRemovalAlgorithm</a> <a name="mcacheremovalalgorithm" id="mcacheremovalalgorithm">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The algorithm used to select documents for removal from the
  +cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheRemovalAlgorithm LRU|GDSF</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheRemovalAlgorithm GDSF</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
  +</table>
       <p>The <code class="directive">MCacheRemovalAlgorithm</code> directive specifies
       the algorithm used to select documents for removal from the cache.
       Two choices are available:</p>
  @@ -107,14 +152,19 @@
         MCacheRemovalAlgorithm GDSF<br />
         MCacheRemovalAlgorithm LRU
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MCacheSize" id="MCacheSize">MCacheSize</a> <a name="mcachesize" id="mcachesize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The maximum amount of memory used by the cache in
  -KBytes</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MCacheSize <var>KBytes</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MCacheSize 100</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mem_cache</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MCacheSize" id="MCacheSize">MCacheSize</a> <a name="mcachesize" id="mcachesize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The maximum amount of memory used by the cache in
  +KBytes</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MCacheSize <var>KBytes</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MCacheSize 100</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mem_cache</td></tr>
  +</table>
       <p>The <code class="directive">MCacheSize</code> directive sets the maximum
       amount of memory to be used by the cache, in KBytes (1024-byte units).
       If a new object needs to be inserted in the cache and the size of the
  @@ -130,4 +180,10 @@
         <p>The <code class="directive">MCacheSize</code> value must be greater than
         the value specified by the <code class="directive"><a href="#mcachemaxobjectsize">MCacheMaxObjectSize</a></code> directive.</p>
       </div>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.25      +364 -184  httpd-2.0/docs/manual/mod/mod_mime.html.en
  
  Index: mod_mime.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.html.en,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- mod_mime.html.en	10 Dec 2002 19:55:47 -0000	1.24
  +++ mod_mime.html.en	11 Dec 2002 21:18:11 -0000	1.25
  @@ -4,14 +4,31 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_mime - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_mime</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Associates the requested filename's extensions
  +      -->
  +<title>mod_mime - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_mime</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Associates the requested filename's extensions
       with the file's behavior (handlers and filters)
       and content (mime-type, language, character set and
  -    encoding)</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>mime_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_mime.c</td></tr></table><h3>Summary</h3>
  +    encoding)</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>mime_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_mime.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module is used to associate various bits of "meta
       information" with files by their filename extensions. This
       information relates the filename of the document to it's
  @@ -50,7 +67,10 @@
       encoding) you may need to 'touch' affected files (updating
       their last modified date) to ensure that all visitors are
       receive the corrected content headers.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#addcharset">AddCharset</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#addcharset">AddCharset</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#addencoding">AddEncoding</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#addhandler">AddHandler</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#addinputfilter">AddInputFilter</a></li>
  @@ -68,7 +88,25 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#removeoutputfilter">RemoveOutputFilter</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#removetype">RemoveType</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#typesconfig">TypesConfig</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#multipleext">Files with Multiple Extensions</a></li><li><img alt="" src="../images/down.gif" /> <a href="#contentencoding">Content encoding</a></li><li><img alt="" src="../images/down.gif" /> <a href="#charset-lang">Character sets and languages</a></li></ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="../mod/mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></code></li><li><code class="directive"><a href="../mod/core.html#adddefaultcharset">AddDefaultCharset</a></code></li><li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li><li><code class="directive"><a href="../mod/core.html#defaulttype">DefaultType</a></code></li><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li><li><code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="multipleext" id="multipleext">Files with Multiple Extensions</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#multipleext">Files with Multiple Extensions</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#contentencoding">Content encoding</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#charset-lang">Character sets and languages</a></li>
  +</ul><h3>See also</h3>
  +<ul class="seealso">
  +<li><code class="directive"><a href="../mod/mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#adddefaultcharset">AddDefaultCharset</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#defaulttype">DefaultType</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="multipleext" id="multipleext">Files with Multiple Extensions</a></h2>
       <p>Files can have more than one extension, and the order of the
       extensions is <em>normally</em> irrelevant. For example, if the
       file <code>welcome.html.fr</code> maps onto content type
  @@ -93,7 +131,9 @@
       When it is processed, the <code>imap-file</code> handler will be used,
       and so it will be treated as a <code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code> imagemap
       file.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="contentencoding" id="contentencoding">Content encoding</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="contentencoding" id="contentencoding">Content encoding</a></h2>
       <p>A file of a particular MIME type can additionally be encoded a
       particular way to simplify transmission over the Internet.
       While this usually will refer to compression, such as
  @@ -133,7 +173,9 @@
       encoding method.</p>
   
       <div class="example"><p><code>Content-encoding: pkzip</code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="charset-lang" id="charset-lang">Character sets and languages</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="charset-lang" id="charset-lang">Character sets and languages</a></h2>
       <p>In addition to file type and the file encoding,
       another important piece of information is what language a
       particular document is in, and in what character set the file
  @@ -171,15 +213,19 @@
         for the language. The <code>charset</code> is the name of the
         particular character set which should be used.</p>
       
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddCharset" id="AddCharset">AddCharset</a> <a name="addcharset" id="addcharset">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps the given filename extensions to the specified content
  -charset</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddCharset <var>charset</var> <var>extension</var>
  -[<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddCharset" id="AddCharset">AddCharset</a> <a name="addcharset" id="addcharset">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps the given filename extensions to the specified content
  +charset</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddCharset <var>charset</var> <var>extension</var>
  +[<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">AddCharset</code> directive maps the given
       filename extensions to the specified content charset. <var>charset</var>
       is the MIME charset parameter of filenames containing
  @@ -205,15 +251,25 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -<h3>See also</h3><ul><li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="directive"><a href="../mod/core.html#adddefaultcharset">AddDefaultCharset</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddEncoding" id="AddEncoding">AddEncoding</a> <a name="addencoding" id="addencoding">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps the given filename extensions to the specified encoding
  -type</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddEncoding <var>MIME-enc</var> <var>extension</var>
  -[<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#adddefaultcharset">AddDefaultCharset</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddEncoding" id="AddEncoding">AddEncoding</a> <a name="addencoding" id="addencoding">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps the given filename extensions to the specified encoding
  +type</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddEncoding <var>MIME-enc</var> <var>extension</var>
  +[<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">AddEncoding</code> directive maps the given
       filename extensions to the specified encoding type. <var>MIME-enc</var>
       is the MIME encoding to use for documents containing the
  @@ -247,15 +303,20 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddHandler" id="AddHandler">AddHandler</a> <a name="addhandler" id="addhandler">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps the filename extensions to the specified
  -handler</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddHandler <var>handler-name</var> <var>extension</var>
  -[<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddHandler" id="AddHandler">AddHandler</a> <a name="addhandler" id="addhandler">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps the filename extensions to the specified
  +handler</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddHandler <var>handler-name</var> <var>extension</var>
  +[<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>Files having the name <var>extension</var> will be served by the
       specified <var><a href="../handler.html">handler-name</a></var>. This
       mapping is added to any already in force, overriding any mappings that
  @@ -272,17 +333,26 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -<h3>See also</h3><ul><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddInputFilter" id="AddInputFilter">AddInputFilter</a> <a name="addinputfilter" id="addinputfilter">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps filename extensions to the filters that will process
  -client requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddInputFilter <var>filter</var>[;<var>filter</var>...]
  -<var>extension</var> [<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>AddInputFilter is only available in Apache 2.0.26 and
  -later.</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddInputFilter" id="AddInputFilter">AddInputFilter</a> <a name="addinputfilter" id="addinputfilter">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps filename extensions to the filters that will process
  +client requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddInputFilter <var>filter</var>[;<var>filter</var>...]
  +<var>extension</var> [<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>AddInputFilter is only available in Apache 2.0.26 and
  +later.</td></tr>
  +</table>
       <p><code class="directive">AddInputFilter</code> maps the filename extension
       <var>extension</var> to the <a href="../filter.html">filters</a> which
       will process client requests and POST input when they are received by
  @@ -296,15 +366,20 @@
       content. Both the filter and <var>extension</var> arguments are
       case-insensitive, and the extension may be specified with or
       without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddLanguage" id="AddLanguage">AddLanguage</a> <a name="addlanguage" id="addlanguage">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps the given filename extension to the specified content
  -language</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddLanguage <var>MIME-lang</var> <var>extension</var>
  -[<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddLanguage" id="AddLanguage">AddLanguage</a> <a name="addlanguage" id="addlanguage">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps the given filename extension to the specified content
  +language</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddLanguage <var>MIME-lang</var> <var>extension</var>
  +[<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">AddLanguage</code> directive maps the given
       filename extension to the specified content language.
       <var>MIME-lang</var> is the MIME language of filenames containing
  @@ -342,17 +417,26 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -<h3>See also</h3><ul><li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddOutputFilter" id="AddOutputFilter">AddOutputFilter</a> <a name="addoutputfilter" id="addoutputfilter">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps filename extensions to the filters that will process
  -responses from the server</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddOutputFilter <var>filter</var>[;<var>filter</var>...]
  -<var>extension</var> [<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>AddOutputFilter is only available in Apache 2.0.26 and
  -later.</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddOutputFilter" id="AddOutputFilter">AddOutputFilter</a> <a name="addoutputfilter" id="addoutputfilter">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps filename extensions to the filters that will process
  +responses from the server</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddOutputFilter <var>filter</var>[;<var>filter</var>...]
  +<var>extension</var> [<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>AddOutputFilter is only available in Apache 2.0.26 and
  +later.</td></tr>
  +</table>
       <p>The <code class="directive">AddOutputFilter</code> directive maps the
       filename extension <var>extension</var> to the <a href="../filter.html">filters</a> which will process responses
       from the server before they are sent to the client. This is in
  @@ -373,15 +457,24 @@
       content. Both the <var>filter</var> and <var>extension</var> arguments
       are case-insensitive, and the extension may be specified with or
       without a leading dot.</p>
  -<h3>See also</h3><ul><li><code class="directive"><a href="#removeoutputfilter">RemoveOutputFilter</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddType" id="AddType">AddType</a> <a name="addtype" id="addtype">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps the given filename extensions onto the specified content
  -type</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddType <var>MIME-type</var> <var>extension</var>
  -[<var>extension</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="#removeoutputfilter">RemoveOutputFilter</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AddType" id="AddType">AddType</a> <a name="addtype" id="addtype">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps the given filename extensions onto the specified content
  +type</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddType <var>MIME-type</var> <var>extension</var>
  +[<var>extension</var>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">AddType</code> directive maps the given filename
       extensions onto the specified content type. <var>MIME-type</var> is the
       MIME type to use for filenames containing <var>extension</var>. This
  @@ -402,14 +495,24 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -<h3>See also</h3><ul><li><code class="directive"><a href="../mod/core.html#defaulttype">DefaultType</a></code></li><li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="DefaultLanguage" id="DefaultLanguage">DefaultLanguage</a> <a name="defaultlanguage" id="defaultlanguage">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets all files in the given scope to the specified
  -language</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>DefaultLanguage <var>MIME-lang</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="../mod/core.html#defaulttype">DefaultType</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="DefaultLanguage" id="DefaultLanguage">DefaultLanguage</a> <a name="defaultlanguage" id="defaultlanguage">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets all files in the given scope to the specified
  +language</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DefaultLanguage <var>MIME-lang</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">DefaultLanguage</code> directive tells Apache
       that all files in the directive's scope (<em>e.g.</em>, all files
       covered by the current <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> container) that don't have an explicit language
  @@ -429,15 +532,24 @@
       <div class="example"><h3>Example</h3><p><code>
         DefaultLanguage en
       </code></p></div>
  -<h3>See also</h3><ul><li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ModMimeUsePathInfo" id="ModMimeUsePathInfo">ModMimeUsePathInfo</a> <a name="modmimeusepathinfo" id="modmimeusepathinfo">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Tells mod_mime to treat path_info
  -components as part of the filename</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ModMimeUsePathInfo On|Off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ModMimeUsePathInfo Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>directory</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in Apache 2.0.41 and later</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ModMimeUsePathInfo" id="ModMimeUsePathInfo">ModMimeUsePathInfo</a> <a name="modmimeusepathinfo" id="modmimeusepathinfo">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Tells mod_mime to treat path_info
  +components as part of the filename</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModMimeUsePathInfo On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ModMimeUsePathInfo Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0.41 and later</td></tr>
  +</table>
       <p>The <code class="directive">ModMimeUsePathInfo</code> directive is used to
       combine the filename with the <code>path_info</code> URL component to
       apply <code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code>'s directives to the request. The default
  @@ -457,17 +569,26 @@
       INCLUDES .shtml</code> will add the <code>INCLUDES</code> filter to the
       request. If <code class="directive">ModMimeUsePathInfo</code> is not set, the
       <code>INCLUDES</code> filter will not be added.</p>
  -<h3>See also</h3><ul><li><code class="directive"><a href="../mod/core.html#acceptpathinfo">AcceptPathInfo</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MultiviewsMatch" id="MultiviewsMatch">MultiviewsMatch</a> <a name="multiviewsmatch" id="multiviewsmatch">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The types of files that will be included when searching for
  -a matching file with MultiViews</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers
  -[Handlers|Filters]</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MultiviewsMatch NegotiatedOnly</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in Apache 2.0.26 and later.</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="../mod/core.html#acceptpathinfo">AcceptPathInfo</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MultiviewsMatch" id="MultiviewsMatch">MultiviewsMatch</a> <a name="multiviewsmatch" id="multiviewsmatch">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The types of files that will be included when searching for
  +a matching file with MultiViews</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers
  +[Handlers|Filters]</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MultiviewsMatch NegotiatedOnly</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0.26 and later.</td></tr>
  +</table>
       <p><code class="directive">MultiviewsMatch</code> permits three different
       behaviors for <a href="mod_negotiation.html">mod_negotiation</a>'s
       Multiviews feature.  Multiviews allows a request for a file,
  @@ -505,17 +626,27 @@
       <div class="example"><p><code>
         MultiviewsMatch Handlers Filters
       </code></p></div>
  -<h3>See also</h3><ul><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveCharset" id="RemoveCharset">RemoveCharset</a> <a name="removecharset" id="removecharset">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any character set associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveCharset <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>RemoveCharset is only available in Apache 2.0.24 and
  -later.</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li>
  +<li><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveCharset" id="RemoveCharset">RemoveCharset</a> <a name="removecharset" id="removecharset">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any character set associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveCharset <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>RemoveCharset is only available in Apache 2.0.24 and
  +later.</td></tr>
  +</table>
       <p>The <code class="directive">RemoveCharset</code> directive removes any
       character set associations for files with the given extensions.
       This allows <code>.htaccess</code> files in subdirectories to
  @@ -528,15 +659,20 @@
       <div class="example"><h3>Example</h3><p><code>
         RemoveCharset .html .shtml
       </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveEncoding" id="RemoveEncoding">RemoveEncoding</a> <a name="removeencoding" id="removeencoding">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any content encoding associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveEncoding <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveEncoding" id="RemoveEncoding">RemoveEncoding</a> <a name="removeencoding" id="removeencoding">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any content encoding associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveEncoding <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">RemoveEncoding</code> directive removes any
       encoding associations for files with the given extensions. This
       allows <code>.htaccess</code> files in subdirectories to undo
  @@ -566,15 +702,20 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveHandler" id="RemoveHandler">RemoveHandler</a> <a name="removehandler" id="removehandler">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any handler associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveHandler <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveHandler" id="RemoveHandler">RemoveHandler</a> <a name="removehandler" id="removehandler">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any handler associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveHandler <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">RemoveHandler</code> directive removes any
       handler associations for files with the given extensions. This allows
       <code>.htaccess</code> files in subdirectories to undo any
  @@ -595,17 +736,22 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveInputFilter" id="RemoveInputFilter">RemoveInputFilter</a> <a name="removeinputfilter" id="removeinputfilter">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any input filter associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveInputFilter <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>RemoveInputFilter is only available in Apache 2.0.26 and
  -later.</td></tr></table>   
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveInputFilter" id="RemoveInputFilter">RemoveInputFilter</a> <a name="removeinputfilter" id="removeinputfilter">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any input filter associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveInputFilter <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>RemoveInputFilter is only available in Apache 2.0.26 and
  +later.</td></tr>
  +</table>   
       <p>The <code class="directive">RemoveInputFilter</code> directive removes any
       input filter associations for files with the given extensions.
       This allows <code>.htaccess</code> files in subdirectories to
  @@ -614,17 +760,22 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveLanguage" id="RemoveLanguage">RemoveLanguage</a> <a name="removelanguage" id="removelanguage">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any language associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveLanguage <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>RemoveLanguage is only available in Apache 2.0.24 and
  -later.</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveLanguage" id="RemoveLanguage">RemoveLanguage</a> <a name="removelanguage" id="removelanguage">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any language associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveLanguage <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>RemoveLanguage is only available in Apache 2.0.24 and
  +later.</td></tr>
  +</table>
       <p>The <code class="directive">RemoveLanguage</code> directive removes any
       language associations for files with the given extensions. This
       allows <code>.htaccess</code> files in subdirectories to undo
  @@ -633,17 +784,22 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveOutputFilter" id="RemoveOutputFilter">RemoveOutputFilter</a> <a name="removeoutputfilter" id="removeoutputfilter">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any output filter associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveOutputFilter <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>RemoveOutputFilter is only available in Apache 2.0.26 and
  -later.</td></tr></table>    
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveOutputFilter" id="RemoveOutputFilter">RemoveOutputFilter</a> <a name="removeoutputfilter" id="removeoutputfilter">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any output filter associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveOutputFilter <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>RemoveOutputFilter is only available in Apache 2.0.26 and
  +later.</td></tr>
  +</table>    
       <p>The <code class="directive">RemoveOutputFilter</code> directive removes any
       output filter associations for files with the given extensions.
       This allows <code>.htaccess</code> files in subdirectories to
  @@ -656,15 +812,24 @@
       <div class="example"><h3>Example</h3><p><code>
         RemoveOutputFilter shtml
       </code></p></div>
  -<h3>See also</h3><ul><li><code class="directive"><a href="#addoutputfilter">AddOutputFilter</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RemoveType" id="RemoveType">RemoveType</a> <a name="removetype" id="removetype">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Removes any content type associations for a set of file
  -extensions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RemoveType <var>extension</var> [<var>extension</var>]
  -...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="#addoutputfilter">AddOutputFilter</a></code></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RemoveType" id="RemoveType">RemoveType</a> <a name="removetype" id="removetype">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Removes any content type associations for a set of file
  +extensions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RemoveType <var>extension</var> [<var>extension</var>]
  +...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">RemoveType</code> directive removes any MIME
       type associations for files with the given extensions. This allows
       <code>.htaccess</code> files in subdirectories to undo any
  @@ -688,13 +853,18 @@
   
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="TypesConfig" id="TypesConfig">TypesConfig</a> <a name="typesconfig" id="typesconfig">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The location of the mime.types file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>TypesConfig <var>file-path</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>TypesConfig conf/mime.types</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="TypesConfig" id="TypesConfig">TypesConfig</a> <a name="typesconfig" id="typesconfig">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The location of the mime.types file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>TypesConfig <var>file-path</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>TypesConfig conf/mime.types</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime</td></tr>
  +</table>
       <p>The <code class="directive">TypesConfig</code> directive sets the location
       of the MIME types configuration file. <var>File-path</var> is relative
       to the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. This file sets
  @@ -729,4 +899,14 @@
         likely conflict later with the already crowded language and
         character set namespace.
       </div>
  -<h3>See also</h3><ul><li><code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code></li></ul></div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +<h3>See also</h3>
  +<ul>
  +<li><code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code></li>
  +</ul>
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.15      +61 -18    httpd-2.0/docs/manual/mod/mod_mime_magic.html.en
  
  Index: mod_mime_magic.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime_magic.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_mime_magic.html.en	5 Dec 2002 15:18:35 -0000	1.14
  +++ mod_mime_magic.html.en	11 Dec 2002 21:18:12 -0000	1.15
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_mime_magic - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_mime_magic</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Determines the MIME type of a file
  -    by looking at a few bytes of its contents</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>mime_magic_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_mime_magic.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_mime_magic - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_mime_magic</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Determines the MIME type of a file
  +    by looking at a few bytes of its contents</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>mime_magic_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_mime_magic.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module determines the MIME type of files in the same
       way the Unix file(1) command works: it looks at the first few
       bytes of the file. It is intended as a "second line of defense"
  @@ -23,8 +40,20 @@
       numbers" and other hints from a file's contents to figure out
       what the contents are. This module is active only if the magic
       file is specified by the <code class="directive"><a href="#mimemagicfile">MimeMagicFile</a></code> directive.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#mimemagicfile">MimeMagicFile</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Format of the Magic File</li><li><img alt="" src="../images/down.gif" /> Performance Issues</li><li><img alt="" src="../images/down.gif" /> <a href="#notes">Notes</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Format of the Magic File</h2>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#mimemagicfile">MimeMagicFile</a></li>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Format of the Magic File</li>
  +<li><img alt="" src="../images/down.gif" /> Performance Issues</li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#notes">Notes</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Format of the Magic File</h2>
   
       <p>The contents of the file are plain ASCII text in 4-5
       columns. Blank lines are allowed but ignored. Commented lines
  @@ -181,7 +210,9 @@
   # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
   0       string          \037\213        application/octet-stream        x-gzip
   </pre></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Performance Issues</h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Performance Issues</h2>
       <p>This module is not for every system. If your system is barely
       keeping up with its load or if you're performing a web server
       benchmark, you may not want to enable this because the
  @@ -204,7 +235,9 @@
       this one is used only as a last resort, just like it was
       designed to.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="notes" id="notes">Notes</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="notes" id="notes">Notes</a></h2>
   
       <p>The following notes apply to the mod_mime_magic module and are
       included here for compliance with contributors' copyright
  @@ -268,13 +301,17 @@
    *
    */
   </pre>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MimeMagicFile" id="MimeMagicFile">MimeMagicFile</a> <a name="mimemagicfile" id="mimemagicfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Enable MIME-type determination based on file contents
  -using the specified magic file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MimeMagicFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_mime_magic</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MimeMagicFile" id="MimeMagicFile">MimeMagicFile</a> <a name="mimemagicfile" id="mimemagicfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enable MIME-type determination based on file contents
  +using the specified magic file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MimeMagicFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_mime_magic</td></tr>
  +</table>
       <p>The <code class="directive">MimeMagicFile</code> directive can be used to
       enable this module, the default file is distributed at
       <code>conf/magic</code>. Non-rooted paths are relative to the
  @@ -286,4 +323,10 @@
   
       <div class="example"><p><code>MimeMagicFile conf/magic</code></p></div>
   
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.17      +93 -36    httpd-2.0/docs/manual/mod/mod_negotiation.html.en
  
  Index: mod_negotiation.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_negotiation.html.en	5 Dec 2002 15:18:35 -0000	1.16
  +++ mod_negotiation.html.en	11 Dec 2002 21:18:12 -0000	1.17
  @@ -4,11 +4,28 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_negotiation - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_negotiation</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Provides for <a href="../content-negotiation.html">content negotiation</a></td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>negotiation_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_negotiation.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_negotiation - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_negotiation</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for <a href="../content-negotiation.html">content negotiation</a></td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>negotiation_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_negotiation.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>Content negotiation, or more accurately content selection, is
       the selection of the document that best matches the clients
       capabilities, from one of several available documents. There
  @@ -23,10 +40,28 @@
         implicit filename pattern match, and choose from amongst the
         results.</li>
       </ul>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#cachenegotiateddocs">CacheNegotiatedDocs</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#cachenegotiateddocs">CacheNegotiatedDocs</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#forcelanguagepriority">ForceLanguagePriority</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#languagepriority">LanguagePriority</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#typemaps">Type maps</a></li><li><img alt="" src="../images/down.gif" /> <a href="#multiviews">MultiViews</a></li></ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="../mod/mod_mime.html#defaultlanguage">DefaultLanguage</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addencoding">AddEncoding</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addlanguage">AddLanguage</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addtype">AddType</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#multiviewsmatch">MultiViewsMatch</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="typemaps" id="typemaps">Type maps</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#typemaps">Type maps</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#multiviews">MultiViews</a></li>
  +</ul><h3>See also</h3>
  +<ul class="seealso">
  +<li><code class="directive"><a href="../mod/mod_mime.html#defaultlanguage">DefaultLanguage</a></code></li>
  +<li><code class="directive"><a href="../mod/mod_mime.html#addencoding">AddEncoding</a></code></li>
  +<li><code class="directive"><a href="../mod/mod_mime.html#addlanguage">AddLanguage</a></code></li>
  +<li><code class="directive"><a href="../mod/mod_mime.html#addtype">AddType</a></code></li>
  +<li><code class="directive"><a href="../mod/mod_mime.html#multiviewsmatch">MultiViewsMatch</a></code></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="typemaps" id="typemaps">Type maps</a></h2>
       <p>A type map has the same format as RFC822 mail headers. It
       contains document descriptions separated by blank lines, with
       lines beginning with a hash character ('#') treated as
  @@ -122,7 +157,9 @@
   </code></p></div>
         </dd>
       </dl>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="multiviews" id="multiviews">MultiViews</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="multiviews" id="multiviews">MultiViews</a></h2>
       
   
       <p>A MultiViews search is enabled by the MultiViews <code class="directive"><a href="../mod/core.html#options">Options</a></code>. If the server receives a
  @@ -134,15 +171,19 @@
       content-encodings it would have if the client had asked for one
       of them by name. It then chooses the best match to the client's
       requirements, and returns that document.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CacheNegotiatedDocs" id="CacheNegotiatedDocs">CacheNegotiatedDocs</a> <a name="cachenegotiateddocs" id="cachenegotiateddocs">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Allows content-negotiated documents to be 
  -cached by proxy servers</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CacheNegotiatedDocs on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>CacheNegotiatedDocs off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_negotiation</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>The syntax changed in version 2.0.</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CacheNegotiatedDocs" id="CacheNegotiatedDocs">CacheNegotiatedDocs</a> <a name="cachenegotiateddocs" id="cachenegotiateddocs">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Allows content-negotiated documents to be 
  +cached by proxy servers</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheNegotiatedDocs on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheNegotiatedDocs off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_negotiation</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The syntax changed in version 2.0.</td></tr>
  +</table>
       <p>If set, this directive allows content-negotiated documents
       to be cached by proxy servers. This could mean that clients
       behind those proxys could retrieve versions of the documents
  @@ -158,16 +199,21 @@
       <code class="directive">CacheNegotiatedDocs</code> did not take an
       argument; it was turned on by the presence of the directive by
       itself.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ForceLanguagePriority" id="ForceLanguagePriority">ForceLanguagePriority</a> <a name="forcelanguagepriority" id="forcelanguagepriority">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Action to take if a single acceptable document is not 
  -found</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ForceLanguagePriority Prefer</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_negotiation</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in version 2.0.30 and later</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ForceLanguagePriority" id="ForceLanguagePriority">ForceLanguagePriority</a> <a name="forcelanguagepriority" id="forcelanguagepriority">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Action to take if a single acceptable document is not 
  +found</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ForceLanguagePriority Prefer</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_negotiation</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0.30 and later</td></tr>
  +</table>
       <p>The <code class="directive">ForceLanguagePriority</code> directive uses
       the given <code class="directive"><a href="#languagepriority">LanguagePriority</a></code> to satisfy
       negotation where the server could otherwise not return a single
  @@ -204,14 +250,19 @@
       that one variant is acceptable, or first available document will be
       served if none of the variants matched the client's acceptable list of
       languages.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LanguagePriority" id="LanguagePriority">LanguagePriority</a> <a name="languagepriority" id="languagepriority">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The precendence of language variants for cases where
  -the client does not express a preference</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LanguagePriority <em>MIME-lang</em> [<em>MIME-lang</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_negotiation</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LanguagePriority" id="LanguagePriority">LanguagePriority</a> <a name="languagepriority" id="languagepriority">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The precendence of language variants for cases where
  +the client does not express a preference</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LanguagePriority <em>MIME-lang</em> [<em>MIME-lang</em>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_negotiation</td></tr>
  +</table>
       <p>The <code class="directive">LanguagePriority</code> sets the precedence
       of language variants for the case where the client does not
       express a preference, when handling a MultiViews request. The list
  @@ -229,4 +280,10 @@
       language cannot be determined by any other means or the <code class="directive"><a href="#forcelanguagepriority">ForceLanguagePriority</a></code> directive
       is not <code>None</code>. Correctly implemented HTTP/1.1 requests
       will mean this directive has no effect.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.21      +270 -144  httpd-2.0/docs/manual/mod/mod_proxy.html.en
  
  Index: mod_proxy.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.html.en,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_proxy.html.en	5 Dec 2002 15:18:35 -0000	1.20
  +++ mod_proxy.html.en	11 Dec 2002 21:18:12 -0000	1.21
  @@ -4,11 +4,28 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_proxy - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_proxy</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>HTTP/1.1 proxy/gateway server</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>proxy_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_proxy.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_proxy - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_proxy</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>HTTP/1.1 proxy/gateway server</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>proxy_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_proxy.c</td></tr></table>
  +<h3>Summary</h3>
  +
   <div class="warning"><h3>Warning</h3>
   This document has been updated to take into account changes
   made in the 2.0 version of the Apache HTTP Server.  Some of the
  @@ -47,7 +64,10 @@
   dangerous both to your network and to the Internet at large.</p></div>
   
   
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#allowconnect">AllowCONNECT</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#allowconnect">AllowCONNECT</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#noproxy">NoProxy</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#proxy">&lt;Proxy&gt;</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#proxyblock">ProxyBlock</a></li>
  @@ -65,7 +85,14 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#proxyrequests">ProxyRequests</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#proxytimeout">ProxyTimeout</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#proxyvia">ProxyVia</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#configs">Common configuration topics</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="configs" id="configs">Common configuration topics</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#configs">Common configuration topics</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="configs" id="configs">Common configuration topics</a></h2>
   
   <ul>
   <li><a href="#forwardreverse">Forward and Reverse Proxies</a></li>
  @@ -265,14 +292,18 @@
   
   
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AllowCONNECT" id="AllowCONNECT">AllowCONNECT</a> <a name="allowconnect" id="allowconnect">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Ports that are allowed to CONNECT through
  -the proxy</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AllowCONNECT <em>port</em> [<em>port</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>AllowCONNECT 443 563</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="AllowCONNECT" id="AllowCONNECT">AllowCONNECT</a> <a name="allowconnect" id="allowconnect">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ports that are allowed to CONNECT through
  +the proxy</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AllowCONNECT <em>port</em> [<em>port</em>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AllowCONNECT 443 563</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>The <code class="directive">AllowCONNECT</code> directive specifies a list
   of port numbers to which the proxy <code>CONNECT</code> method may
   connect.  Today's browsers use this method when a <em>https</em>
  @@ -281,13 +312,18 @@
   default snews port (563) are enabled. Use the
   <code class="directive">AllowCONNECT</code> directive to overrride this default and
   allow connections to the listed ports only.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="NoProxy" id="NoProxy">NoProxy</a> <a name="noproxy" id="noproxy">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Hosts, domains, or networks that will be connected
  -to directly</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>NoProxy <em>host</em> [<em>host</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="NoProxy" id="NoProxy">NoProxy</a> <a name="noproxy" id="noproxy">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Hosts, domains, or networks that will be connected
  +to directly</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>NoProxy <em>host</em> [<em>host</em>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This directive is only useful for Apache proxy servers within
   intranets.  The <code class="directive">NoProxy</code> directive specifies a
   list of subnets, IP addresses, hosts and/or domains, separated by
  @@ -382,13 +418,22 @@
           and <code>www.mydomain.com.</code> (note the trailing period) are
           considered equal.</dd>
   </dl>
  -<h3>See also</h3><ul><li><a href="../dns-caveats.html">DNS Issues</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="Proxy" id="Proxy">&lt;Proxy&gt;</a> <a name="proxy" id="proxy">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Container for directives applied to proxied 
  -resources</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +<h3>See also</h3>
  +<ul>
  +<li><a href="../dns-caveats.html">DNS Issues</a></li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="Proxy" id="Proxy">&lt;Proxy&gt;</a> <a name="proxy" id="proxy">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Container for directives applied to proxied 
  +resources</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>Directives placed in <code class="directive">&lt;Proxy&gt;</code>
   sections apply only to matching proxied content.  Shell-style
   wildcards are allowed.</p>
  @@ -414,14 +459,19 @@
   ��SetOutputFilter INCLUDES<br />
   &lt;/Proxy&gt;
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyBlock" id="ProxyBlock">ProxyBlock</a> <a name="proxyblock" id="proxyblock">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Words, hosts, or domains that are banned from being
  -proxied</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyBlock *|<em>word|host|domain</em>
  -[<em>word|host|domain</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyBlock" id="ProxyBlock">ProxyBlock</a> <a name="proxyblock" id="proxyblock">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Words, hosts, or domains that are banned from being
  +proxied</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyBlock *|<em>word|host|domain</em>
  +[<em>word|host|domain</em>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>The <code class="directive">ProxyBlock</code> directive specifies a list of
   words, hosts and/or domains, separated by spaces.  HTTP, HTTPS, and
   FTP document requests to sites whose names contain matched words,
  @@ -448,12 +498,17 @@
   
   <p>blocks connections to all sites.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyDomain" id="ProxyDomain">ProxyDomain</a> <a name="proxydomain" id="proxydomain">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Default domain name for proxied requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyDomain <em>Domain</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyDomain" id="ProxyDomain">ProxyDomain</a> <a name="proxydomain" id="proxydomain">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Default domain name for proxied requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyDomain <em>Domain</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This directive is only useful for Apache proxy servers within
   intranets.  The <code class="directive">ProxyDomain</code> directive specifies
   the default domain which the apache proxy server will belong to. If a
  @@ -466,47 +521,67 @@
     NoProxy         .mycompany.com 192.168.112.0/21<br />
     ProxyDomain     .mycompany.com
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyErrorOverride" id="ProxyErrorOverride">ProxyErrorOverride</a> <a name="proxyerroroverride" id="proxyerroroverride">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Override error pages for proxied content</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyErrorOverride On|Off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyErrorOverride Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in version 2.0 and later</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyErrorOverride" id="ProxyErrorOverride">ProxyErrorOverride</a> <a name="proxyerroroverride" id="proxyerroroverride">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Override error pages for proxied content</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyErrorOverride On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyErrorOverride Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0 and later</td></tr>
  +</table>
   <p>This directive is useful for reverse-proxy setups, where you want to 
   have a common look and feel on the error pages seen by the end user. 
   This also allows for included files (via mod_include's SSI) to get
   the error code and act accordingly (default behavior would display
   the error page of the proxied server, turning this on shows the SSI
   Error message).</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyIOBufferSize" id="ProxyIOBufferSize">ProxyIOBufferSize</a> <a name="proxyiobuffersize" id="proxyiobuffersize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>IO buffer size for outgoing HTTP and FTP 
  -connections</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyIOBufferSize <em>bytes</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  -
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyMatch" id="ProxyMatch">&lt;ProxyMatch&gt;</a> <a name="proxymatch" id="proxymatch">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Container for directives applied to regular-expression-matched 
  -proxied resources</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyIOBufferSize" id="ProxyIOBufferSize">ProxyIOBufferSize</a> <a name="proxyiobuffersize" id="proxyiobuffersize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>IO buffer size for outgoing HTTP and FTP 
  +connections</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyIOBufferSize <em>bytes</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
  +
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyMatch" id="ProxyMatch">&lt;ProxyMatch&gt;</a> <a name="proxymatch" id="proxymatch">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Container for directives applied to regular-expression-matched 
  +proxied resources</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>The <code class="directive">&lt;ProxyMatch&gt;</code> directive is
   identical to the <code class="directive"><a href="#proxy">&lt;Proxy&gt;</a></code> directive, except it matches URLs
   using regular expressions.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyMaxForwards" id="ProxyMaxForwards">ProxyMaxForwards</a> <a name="proxymaxforwards" id="proxymaxforwards">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maximium number of proxies that a request can be forwarded
  -through</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyMaxForwards <em>number</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyMaxForwards 10</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in Apache 2.0 and later</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyMaxForwards" id="ProxyMaxForwards">ProxyMaxForwards</a> <a name="proxymaxforwards" id="proxymaxforwards">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximium number of proxies that a request can be forwarded
  +through</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyMaxForwards <em>number</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyMaxForwards 10</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0 and later</td></tr>
  +</table>
   <p>The <code class="directive">ProxyMaxForwards</code> directive specifies the
   maximum number of proxies through which a request may pass. This is
   set to prevent infinite proxy loops, or a DoS attack.</p>
  @@ -514,13 +589,18 @@
   <div class="example"><h3>Example</h3><p><code>
     ProxyMaxForwards 10
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyPass" id="ProxyPass">ProxyPass</a> <a name="proxypass" id="proxypass">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maps remote servers into the local server 
  -URL-space</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyPass [<em>path</em>] !|<em>url</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyPass" id="ProxyPass">ProxyPass</a> <a name="proxypass" id="proxypass">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps remote servers into the local server 
  +URL-space</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyPass [<em>path</em>] !|<em>url</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This directive allows remote servers to be mapped into the space of
   the local server; the local server does not act as a proxy in the
   conventional sense, but appears to be a mirror of the remote
  @@ -555,13 +635,18 @@
   the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> directive
   with the <code>[P]</code> flag.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyPassReverse" id="ProxyPassReverse">ProxyPassReverse</a> <a name="proxypassreverse" id="proxypassreverse">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Adjusts the URL in HTTP response headers sent from
  -a reverse proxied server</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyPassReverse [<em>path</em>] <em>url</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyPassReverse" id="ProxyPassReverse">ProxyPassReverse</a> <a name="proxypassreverse" id="proxypassreverse">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adjusts the URL in HTTP response headers sent from
  +a reverse proxied server</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyPassReverse [<em>path</em>] <em>url</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This directive lets Apache adjust the URL in the <code>Location</code>,
   <code>Content-Location</code> and <code>URI</code> headers on
   HTTP redirect responses. This is essential when Apache is used as
  @@ -598,28 +683,38 @@
   <p>When used inside a <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> section, the first argument is
   ommitted and the local directory is obtained from the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyPreserveHost" id="ProxyPreserveHost">ProxyPreserveHost</a> <a name="proxypreservehost" id="proxypreservehost">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Use incoming Host HTTP request header for
  -proxy request</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyPreserveHost on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyPreserveHost Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in
  -Apache 2.0.31 and later.</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyPreserveHost" id="ProxyPreserveHost">ProxyPreserveHost</a> <a name="proxypreservehost" id="proxypreservehost">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Use incoming Host HTTP request header for
  +proxy request</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyPreserveHost on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyPreserveHost Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in
  +Apache 2.0.31 and later.</td></tr>
  +</table>
   <p>When enabled, this option will pass the Host: line from the
   incoming request to the proxied host, instead of the hostname
   specified in the proxypass line.
   </p>
   <p>This option should normally be turned 'off'.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyReceiveBufferSize" id="ProxyReceiveBufferSize">ProxyReceiveBufferSize</a> <a name="proxyreceivebuffersize" id="proxyreceivebuffersize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Network buffer size for outgoing HTTP and FTP 
  -connections</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyReceiveBufferSize <em>bytes</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyReceiveBufferSize" id="ProxyReceiveBufferSize">ProxyReceiveBufferSize</a> <a name="proxyreceivebuffersize" id="proxyreceivebuffersize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Network buffer size for outgoing HTTP and FTP 
  +connections</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyReceiveBufferSize <em>bytes</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>The <code class="directive">ProxyReceiveBufferSize</code> directive
   specifies an explicit network buffer size for outgoing HTTP and FTP
   connections, for increased throughput.  It has to be greater than 512
  @@ -628,12 +723,17 @@
   <div class="example"><h3>Example</h3><p><code>
     ProxyReceiveBufferSize 2048
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyRemote" id="ProxyRemote">ProxyRemote</a> <a name="proxyremote" id="proxyremote">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Remote proxy used to handle certain requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyRemote <em>match remote-server</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyRemote" id="ProxyRemote">ProxyRemote</a> <a name="proxyremote" id="proxyremote">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Remote proxy used to handle certain requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyRemote <em>match remote-server</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This defines remote proxies to this proxy. <em>match</em> is either the
   name of a URL-scheme that the remote server supports, or a partial URL
   for which the remote server should be used, or '*' to indicate the
  @@ -662,24 +762,34 @@
   <p>This option also supports reverse proxy configuration - a backend
   webserver can be embedded within a virtualhost URL space even if that
   server is hidden by another forward proxy.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyRemoteMatch" id="ProxyRemoteMatch">ProxyRemoteMatch</a> <a name="proxyremotematch" id="proxyremotematch">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Remote proxy used to handle requests
  -matched by regular expressions</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyRemote <em>regex remote-server</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyRemoteMatch" id="ProxyRemoteMatch">ProxyRemoteMatch</a> <a name="proxyremotematch" id="proxyremotematch">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Remote proxy used to handle requests
  +matched by regular expressions</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyRemote <em>regex remote-server</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>The <code class="directive">ProxyRemoteMatch</code> is identical
   to the <code class="directive"><a href="#proxyremote">ProxyRemote</a></code>
   directive, except the first argument is a regular expression
   match against the requested URL.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyRequests" id="ProxyRequests">ProxyRequests</a> <a name="proxyrequests" id="proxyrequests">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Enables forward (standard) proxy requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyRequests on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyRequests Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyRequests" id="ProxyRequests">ProxyRequests</a> <a name="proxyrequests" id="proxyrequests">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enables forward (standard) proxy requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyRequests on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyRequests Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This allows or prevents Apache from functioning as a forward proxy
   server. (Setting ProxyRequests to 'off' does not disable use of the 
   <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.)</p>
  @@ -691,28 +801,38 @@
   <a href="#access">secured your server</a>.  Open proxy servers are
   dangerous both to your network and to the Internet at large.</p></div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyTimeout" id="ProxyTimeout">ProxyTimeout</a> <a name="proxytimeout" id="proxytimeout">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Network timeout for proxied requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyTimeout <em>seconds</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyTimeout 300</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Available in
  -Apache 2.0.31 and later</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyTimeout" id="ProxyTimeout">ProxyTimeout</a> <a name="proxytimeout" id="proxytimeout">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Network timeout for proxied requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyTimeout <em>seconds</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyTimeout 300</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in
  +Apache 2.0.31 and later</td></tr>
  +</table>
   <p>This directive allows a user to specifiy a timeout on proxy requests.
   This is usefull when you have a slow/buggy appserver which hangs,
   and you would rather just return a timeout and fail gracefully instead
   of waiting however long it takes the server to return
   </p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ProxyVia" id="ProxyVia">ProxyVia</a> <a name="proxyvia" id="proxyvia">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Information provided in the Via HTTP response
  -header for proxied requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ProxyVia on|off|full|block</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ProxyVia off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_proxy</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ProxyVia" id="ProxyVia">ProxyVia</a> <a name="proxyvia" id="proxyvia">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Information provided in the Via HTTP response
  +header for proxied requests</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyVia on|off|full|block</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyVia off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  +</table>
   <p>This directive controls the use of the <code>Via:</code> HTTP
   header by the proxy. Its intended use is to control the flow of of
   proxy requests along a chain of proxy servers.  See RFC2068 (HTTP/1.1)
  @@ -735,4 +855,10 @@
   proxy request will have all its <code>Via:</code> header lines
   removed. No new <code>Via:</code> header will be generated.</li>
   </ul>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.18      +172 -89   httpd-2.0/docs/manual/mod/mod_rewrite.html.en
  
  Index: mod_rewrite.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.html.en,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mod_rewrite.html.en	5 Dec 2002 15:18:35 -0000	1.17
  +++ mod_rewrite.html.en	11 Dec 2002 21:18:12 -0000	1.18
  @@ -4,13 +4,30 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_rewrite - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_rewrite</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Provides a rule-based rewriting engine to rewrite requested
  -URLs on the fly</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>rewrite_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_rewrite.c</td></tr><tr><th><a href="module-dict.html#Compatibility">Compatibility:
  -                  </a></th><td>Available in Apache 1.3 and later</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_rewrite - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_rewrite</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides a rule-based rewriting engine to rewrite requested
  +URLs on the fly</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>rewrite_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_rewrite.c</td></tr>
  +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 1.3 and later</td></tr></table>
  +<h3>Summary</h3>
  +
         <blockquote>
               <p>``The great thing about mod_rewrite is it gives you
               all the configurability and flexibility of Sendmail.
  @@ -69,7 +86,10 @@
            <a href="mailto:rse@engelschall.com"><code>rse@engelschall.com</code></a><br />
            <a href="http://www.engelschall.com/"><code>www.engelschall.com</code></a>
         </p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#rewritebase">RewriteBase</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#rewritebase">RewriteBase</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#rewritecond">RewriteCond</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#rewriteengine">RewriteEngine</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#rewritelock">RewriteLock</a></li>
  @@ -78,7 +98,16 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#rewritemap">RewriteMap</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#rewriteoptions">RewriteOptions</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#rewriterule">RewriteRule</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#Internal">Internal Processing</a></li><li><img alt="" src="../images/down.gif" /> <a href="#EnvVar">Environment Variables</a></li><li><img alt="" src="../images/down.gif" /> <a href="#Solutions">Practical Solutions</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="Internal" id="Internal">Internal Processing</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#Internal">Internal Processing</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#EnvVar">Environment Variables</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#Solutions">Practical Solutions</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="Internal" id="Internal">Internal Processing</a></h2>
   
         <p>The internal processing of this module is very complex but
         needs to be explained once even to the average user to avoid
  @@ -236,7 +265,9 @@
         directives.</p>
   
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="EnvVar" id="EnvVar">Environment Variables</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="EnvVar" id="EnvVar">Environment Variables</a></h2>
   
         <p>This module keeps track of two additional (non-standard)
         CGI/SSI environment variables named <code>SCRIPT_URL</code>
  @@ -259,21 +290,27 @@
   SCRIPT_URI=http://en1.engelschall.com/u/rse/
   </pre></div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="Solutions" id="Solutions">Practical Solutions</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="Solutions" id="Solutions">Practical Solutions</a></h2>
   
         <p>We also have an <a href="../misc/rewriteguide.html">URL
         Rewriting Guide</a> available, which provides a collection of
         practical solutions for URL-based problems. There you can
         find real-life rulesets and additional information about
         mod_rewrite.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteBase" id="RewriteBase">RewriteBase</a> <a name="rewritebase" id="rewritebase">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets the base URL for per-directory rewrites</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteBase <em>URL-path</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>See usage for information.</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteBase" id="RewriteBase">RewriteBase</a> <a name="rewritebase" id="rewritebase">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the base URL for per-directory rewrites</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteBase <em>URL-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>See usage for information.</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
         <p>The <code class="directive">RewriteBase</code> directive explicitly
         sets the base URL for per-directory rewrites. As you will see
         below, <code class="directive"><a href="#rewriterule">RewriteRule</a></code>
  @@ -352,16 +389,21 @@
                 implementation is correct.</p>
   </div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteCond" id="RewriteCond">RewriteCond</a> <a name="rewritecond" id="rewritecond">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Defines a condition under which rewriting will take place
  -</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code> RewriteCond
  -      <em>TestString</em> <em>CondPattern</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteCond" id="RewriteCond">RewriteCond</a> <a name="rewritecond" id="rewritecond">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines a condition under which rewriting will take place
  +</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code> RewriteCond
  +      <em>TestString</em> <em>CondPattern</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
         <p>The <code class="directive">RewriteCond</code> directive defines a
         rule condition. Precede a <code class="directive"><a href="#rewriterule">RewriteRule</a></code> directive with one
         or more <code class="directive">RewriteCond</code> directives. The following
  @@ -745,14 +787,19 @@
           tables, <em>etc.</em> If you use any other browser you get
           the standard homepage.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteEngine" id="RewriteEngine">RewriteEngine</a> <a name="rewriteengine" id="rewriteengine">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Enables or disables runtime rewriting engine</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteEngine on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>RewriteEngine off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>       
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteEngine" id="RewriteEngine">RewriteEngine</a> <a name="rewriteengine" id="rewriteengine">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enables or disables runtime rewriting engine</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteEngine on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>RewriteEngine off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>       
   
         <p>The <code class="directive">RewriteEngine</code> directive enables or
         disables the runtime rewriting engine. If it is set to
  @@ -767,27 +814,37 @@
         inherited. This means that you need to have a
         <code>RewriteEngine on</code> directive for each virtual host
         in which you wish to use it.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteLock" id="RewriteLock">RewriteLock</a> <a name="rewritelock" id="rewritelock">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets the name of the lock file used for RewriteMap
  -synchronization</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteLock <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteLock" id="RewriteLock">RewriteLock</a> <a name="rewritelock" id="rewritelock">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the name of the lock file used for RewriteMap
  +synchronization</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteLock <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
         <p>This directive sets the filename for a synchronization
         lockfile which mod_rewrite needs to communicate with <code class="directive"><a href="#rewritemap">RewriteMap</a></code>
         <em>programs</em>. Set this lockfile to a local path (not on a
         NFS-mounted device) when you want to use a rewriting
         map-program. It is not required for other types of rewriting
         maps.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteLog" id="RewriteLog">RewriteLog</a> <a name="rewritelog" id="rewritelog">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets the name of the file used for logging rewrite engine
  -processing</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteLog <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteLog" id="RewriteLog">RewriteLog</a> <a name="rewritelog" id="rewritelog">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the name of the file used for logging rewrite engine
  +processing</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteLog <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
         <p>The <code class="directive">RewriteLog</code> directive sets the name
         of the file to which the server logs any rewriting actions it
         performs. If the name does not begin with a slash
  @@ -818,14 +875,19 @@
   RewriteLog "/usr/local/var/apache/logs/rewrite.log"
   </code></p></div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteLogLevel" id="RewriteLogLevel">RewriteLogLevel</a> <a name="rewriteloglevel" id="rewriteloglevel">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets the verbosity of the log file used by the rewrite
  -engine</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteLogLevel <em>Level</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>RewriteLogLevel 0</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteLogLevel" id="RewriteLogLevel">RewriteLogLevel</a> <a name="rewriteloglevel" id="rewriteloglevel">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the verbosity of the log file used by the rewrite
  +engine</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteLogLevel <em>Level</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>RewriteLogLevel 0</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
         <p>The <code class="directive">RewriteLogLevel</code> directive sets the
         verbosity level of the rewriting logfile. The default level 0
         means no logging, while 9 or more means that practically all
  @@ -845,16 +907,21 @@
   RewriteLogLevel 3
   </code></p></div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteMap" id="RewriteMap">RewriteMap</a> <a name="rewritemap" id="rewritemap">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Defines a mapping function for key-lookup</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
  -</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>The choice of different dbm types is available in
  -Apache 2.0.41 and later</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteMap" id="RewriteMap">RewriteMap</a> <a name="rewritemap" id="rewritemap">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines a mapping function for key-lookup</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
  +</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The choice of different dbm types is available in
  +Apache 2.0.41 and later</td></tr>
  +</table>
         <p>The <code class="directive">RewriteMap</code> directive defines a
         <em>Rewriting Map</em> which can be used inside rule
         substitution strings by the mapping-functions to
  @@ -1083,14 +1150,19 @@
   once!
   </div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteOptions" id="RewriteOptions">RewriteOptions</a> <a name="rewriteoptions" id="rewriteoptions">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets some special options for the rewrite engine</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteOptions <em>Options</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteOptions" id="RewriteOptions">RewriteOptions</a> <a name="rewriteoptions" id="rewriteoptions">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets some special options for the rewrite engine</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteOptions <em>Options</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +</table>
   
         <p>The <code class="directive">RewriteOptions</code> directive sets some
         special options for the current per-server or per-directory
  @@ -1106,16 +1178,21 @@
           that conditions and rules of the parent directory's
           <code>.htaccess</code> configuration are inherited.</li>
         </ul>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RewriteRule" id="RewriteRule">RewriteRule</a> <a name="rewriterule" id="rewriterule">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Defines rules for the rewriting engine</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>RewriteRule
  -      <em>Pattern</em> <em>Substitution</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_rewrite</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>The cookie-flag is available in Apache 2.0.40 and later.</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="RewriteRule" id="RewriteRule">RewriteRule</a> <a name="rewriterule" id="rewriterule">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines rules for the rewriting engine</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RewriteRule
  +      <em>Pattern</em> <em>Substitution</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_rewrite</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The cookie-flag is available in Apache 2.0.40 and later.</td></tr>
  +</table>
         <p>The <code class="directive">RewriteRule</code> directive is the real
         rewriting workhorse. The directive can occur more than once.
         Each directive then defines one single rewriting rule. The
  @@ -1673,4 +1750,10 @@
   RewriteMap   real-to-user               txt:/path/to/file/map.txt
   RewriteRule  ^/([^/]+)/~([^/]+)/(.*)$   /u/${real-to-user:$2|nobody}/$3.$1
   </pre></div>
  -  </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +  
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.16      +102 -48   httpd-2.0/docs/manual/mod/mod_setenvif.html.en
  
  Index: mod_setenvif.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_setenvif.html.en,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_setenvif.html.en	5 Dec 2002 15:18:35 -0000	1.15
  +++ mod_setenvif.html.en	11 Dec 2002 21:18:13 -0000	1.16
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_setenvif - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_setenvif</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Allows the setting of environment variables based
  -on characteristics of the request</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>setenvif_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_setenvif.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_setenvif - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_setenvif</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows the setting of environment variables based
  +on characteristics of the request</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>setenvif_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_setenvif.c</td></tr></table>
  +<h3>Summary</h3>
  +
   
       <p>The <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code> module allows you to set
       environment variables according to whether different aspects of
  @@ -26,19 +43,31 @@
     BrowserMatch ^Mozilla netscape<br />
     BrowserMatch MSIE !netscape<br />
   </code></p></div>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#browsermatch">BrowserMatch</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#browsermatch">BrowserMatch</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#browsermatchnocase">BrowserMatchNoCase</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#setenvif">SetEnvIf</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#setenvifnocase">SetEnvIfNoCase</a></li>
  -</ul><h3>See also</h3><ul class="seealso"><li><a href="../env.html">Environment Variables in Apache</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="BrowserMatch" id="BrowserMatch">BrowserMatch</a> <a name="browsermatch" id="browsermatch">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets environment variables conditional on HTTP User-Agent
  -</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>BrowserMatch <em>regex [!]env-variable</em>[=<em>value</em>]
  -[[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_setenvif</td></tr></table>
  +</ul>
  +<h3>See also</h3>
  +<ul class="seealso">
  +<li><a href="../env.html">Environment Variables in Apache</a></li>
  +</ul></div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="BrowserMatch" id="BrowserMatch">BrowserMatch</a> <a name="browsermatch" id="browsermatch">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets environment variables conditional on HTTP User-Agent
  +</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>BrowserMatch <em>regex [!]env-variable</em>[=<em>value</em>]
  +[[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_setenvif</td></tr>
  +</table>
     <p>The <code class="directive">BrowserMatch</code> is a special cases of the
     <code class="directive"><a href="#setenvif">SetEnvIf</a></code> directive that
     sets environment variables conditional on the
  @@ -55,18 +84,23 @@
       BrowserMatch "^Mozilla/[2-3]" tables agif frames javascript<br />
       BrowserMatch MSIE !javascript<br />
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="BrowserMatchNoCase" id="BrowserMatchNoCase">BrowserMatchNoCase</a> <a name="browsermatchnocase" id="browsermatchnocase">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets environment variables conditional on User-Agent without
  -respect to case</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>BrowserMatchNoCase  <em>regex [!]env-variable</em>[=<em>value</em>]
  -    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_setenvif</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Apache 1.2 and
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="BrowserMatchNoCase" id="BrowserMatchNoCase">BrowserMatchNoCase</a> <a name="browsermatchnocase" id="browsermatchnocase">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets environment variables conditional on User-Agent without
  +respect to case</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>BrowserMatchNoCase  <em>regex [!]env-variable</em>[=<em>value</em>]
  +    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_setenvif</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Apache 1.2 and
       above (in Apache 1.2 this directive was found in the
  -    now-obsolete mod_browser module)</td></tr></table>
  +    now-obsolete mod_browser module)</td></tr>
  +</table>
   
       <p>The <code class="directive">BrowserMatchNoCase</code> directive is
       semantically identical to the <code class="directive"><a href="#browsermatch">BrowserMatch</a></code> directive.
  @@ -85,16 +119,21 @@
      BrowserMatchNoCase Robot is_a_robot<br />
      SetEnvIfNoCase User-Agent Robot is_a_robot<br />
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SetEnvIf" id="SetEnvIf">SetEnvIf</a> <a name="setenvif" id="setenvif">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets environment variables based on attributes of the request
  -</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SetEnvIf <em>attribute
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SetEnvIf" id="SetEnvIf">SetEnvIf</a> <a name="setenvif" id="setenvif">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets environment variables based on attributes of the request
  +</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SetEnvIf <em>attribute
       regex [!]env-variable</em>[=<em>value</em>]
  -    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_setenvif</td></tr></table>
  +    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_setenvif</td></tr>
  +</table>
       <p>The <code class="directive">SetEnvIf</code> directive defines
       environment variables based on attributes of the request. The
       <em>attribute</em> specified in the first argument can be one of three
  @@ -193,19 +232,28 @@
       <code>HAVE_TS</code> if the request contains any headers that
       begin with "TS" whose values begins with any character in the
       set [a-z].</p>
  -<h3>See also</h3><ul><li><a href="../env.html">Environment Variables in Apache</a>,
  +
  +<h3>See also</h3>
  +<ul>
  +<li><a href="../env.html">Environment Variables in Apache</a>,
   for additional examples.
  -</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SetEnvIfNoCase" id="SetEnvIfNoCase">SetEnvIfNoCase</a> <a name="setenvifnocase" id="setenvifnocase">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Sets environment variables based on attributes of the request
  -without respect to case</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SetEnvIfNoCase <em>attribute regex 
  +</li>
  +</ul>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SetEnvIfNoCase" id="SetEnvIfNoCase">SetEnvIfNoCase</a> <a name="setenvifnocase" id="setenvifnocase">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets environment variables based on attributes of the request
  +without respect to case</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SetEnvIfNoCase <em>attribute regex 
           [!]env-variable</em>[=<em>value</em>]
  -    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_setenvif</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>Apache 1.3 and above</td></tr></table>
  +    [[!]<em>env-variable</em>[=<em>value</em>]] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_setenvif</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Apache 1.3 and above</td></tr>
  +</table>
   
       <p>The <code class="directive">SetEnvIfNoCase</code> is semantically identical to
       the <code class="directive"><a href="#setenvif">SetEnvIf</a></code> directive,
  @@ -220,4 +268,10 @@
       field <code>Host:</code> was included and contained
       <code>Apache.Org</code>, <code>apache.org</code>, or any other
       combination.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.15      +66 -24    httpd-2.0/docs/manual/mod/mod_so.html.en
  
  Index: mod_so.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_so.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_so.html.en	5 Dec 2002 15:18:35 -0000	1.14
  +++ mod_so.html.en	11 Dec 2002 21:18:13 -0000	1.15
  @@ -4,14 +4,31 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_so - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_so</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Loading of executable code and
  -modules into the server at start-up or restart time</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>so_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_so.c</td></tr><tr><th><a href="module-dict.html#Compatibility">Compatibility:
  -                  </a></th><td>This is a Base module (always included) on 
  -Windows</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_so - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_so</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Loading of executable code and
  +modules into the server at start-up or restart time</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>so_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_so.c</td></tr>
  +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>This is a Base module (always included) on 
  +Windows</td></tr></table>
  +<h3>Summary</h3>
  +
   
       <p>On selected operating systems this module can be used to
       load modules into Apache at runtime via the <a href="../dso.html">Dynamic Shared Object</a> (DSO) mechanism,
  @@ -27,9 +44,19 @@
       with Apache 2.0 - the module must be modified to dynamically
       load or compile into Apache 2.0.</p>
       </div>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#loadfile">LoadFile</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#loadfile">LoadFile</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#loadmodule">LoadModule</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Creating Loadable Modules for Windows</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Creating Loadable Modules for Windows</h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Creating Loadable Modules for Windows</li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Creating Loadable Modules for Windows</h2>
   
       <div class="note"><h3>Note</h3>
       <p>The module name format changed for Windows
  @@ -99,12 +126,16 @@
       root, and use the <code class="directive">LoadModule</code>
       directive to load it.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LoadFile" id="LoadFile">LoadFile</a> <a name="loadfile" id="loadfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Link in the named object file or library</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LoadFile <em>filename</em> [<em>filename</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_so</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LoadFile" id="LoadFile">LoadFile</a> <a name="loadfile" id="loadfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Link in the named object file or library</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LoadFile <em>filename</em> [<em>filename</em>] ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
  +</table>
   
       <p>The LoadFile directive links in the named object files or
       libraries when the server is started or restarted; this is used
  @@ -116,13 +147,18 @@
   
       <div class="example"><p><code>LoadFile libexex/libxmlparse.so</code></p></div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="LoadModule" id="LoadModule">LoadModule</a> <a name="loadmodule" id="loadmodule">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Links in the object file or library, and adds to the list
  -of active modules</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>LoadModule <em>module filename</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_so</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="LoadModule" id="LoadModule">LoadModule</a> <a name="loadmodule" id="loadmodule">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Links in the object file or library, and adds to the list
  +of active modules</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LoadModule <em>module filename</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
  +</table>
       <p>The LoadModule directive links in the object file or library
       <em>filename</em> and adds the module structure named
       <em>module</em> to the list of active modules. <em>Module</em>
  @@ -136,4 +172,10 @@
   
       <p>loads the named module from the modules subdirectory of the
       ServerRoot.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.14      +51 -19    httpd-2.0/docs/manual/mod/mod_speling.html.en
  
  Index: mod_speling.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_speling.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_speling.html.en	5 Dec 2002 15:18:35 -0000	1.13
  +++ mod_speling.html.en	11 Dec 2002 21:18:13 -0000	1.14
  @@ -4,13 +4,30 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_speling - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_speling</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Attempts to correct mistaken URLs that
  +      -->
  +<title>mod_speling - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_speling</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Attempts to correct mistaken URLs that
   users might have entered by ignoring capitalization and by
  -allowing up to one misspelling</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>speling_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_speling.c</td></tr></table><h3>Summary</h3>
  +allowing up to one misspelling</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>speling_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_speling.c</td></tr></table>
  +<h3>Summary</h3>
  +
   
       <p>Requests to documents sometimes cannot be served by the core
       apache server because the request was misspelled or
  @@ -39,21 +56,30 @@
         client can select the correct candidate.</li>
       </ul>
   
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#checkspelling">CheckSpelling</a></li>
  -</ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CheckSpelling" id="CheckSpelling">CheckSpelling</a> <a name="checkspelling" id="checkspelling">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Enables the spelling 
  -module</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CheckSpelling on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>CheckSpelling Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Options</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_speling</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>CheckSpelling was available as a separately available
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#checkspelling">CheckSpelling</a></li>
  +</ul>
  +</div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CheckSpelling" id="CheckSpelling">CheckSpelling</a> <a name="checkspelling" id="checkspelling">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enables the spelling 
  +module</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CheckSpelling on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CheckSpelling Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Options</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_speling</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>CheckSpelling was available as a separately available
   module for Apache 1.1, but was limited to miscapitalizations. As
   of Apache 1.3, it is part of the Apache distribution. Prior to Apache
   1.3.2, the CheckSpelling directive was only available in the
  -"server" and "virtual host" contexts.</td></tr></table>
  +"server" and "virtual host" contexts.</td></tr>
  +</table>
       <p>This directive enables or disables the spelling module. When
       enabled, keep in mind that</p>
   
  @@ -84,4 +110,10 @@
       a new document <code>doc43.html</code> it might redirect to an existing
       document <code>doc34.html</code>, which is not what was intended.
       </p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.17      +435 -245  httpd-2.0/docs/manual/mod/mod_ssl.html.en
  
  Index: mod_ssl.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_ssl.html.en	5 Dec 2002 15:18:35 -0000	1.16
  +++ mod_ssl.html.en	11 Dec 2002 21:18:13 -0000	1.17
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_ssl - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_ssl</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Strong cryptography using the Secure Sockets
  -Layer (SSL) and Transport Layer Security (TLS) protocols</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>ssl_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_ssl.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_ssl - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_ssl</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Strong cryptography using the Secure Sockets
  +Layer (SSL) and Transport Layer Security (TLS) protocols</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>ssl_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_ssl.c</td></tr></table>
  +<h3>Summary</h3>
  +
   <p>This module provides SSL v2/v3 and TLS v1 support for the Apache
   HTTP Server.  It was contributed by Ralf S. Engeschall based on his
   mod_ssl project and originally derived from work by Ben Laurie.</p>
  @@ -19,7 +36,10 @@
   
   <p>Further details, discussion, and examples are provided in the
   <a href="../ssl/">SSL documentation</a>.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#sslcacertificatefile">SSLCACertificateFile</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#sslcacertificatefile">SSLCACertificateFile</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#sslcacertificatepath">SSLCACertificatePath</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#sslcarevocationfile">SSLCARevocationFile</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#sslcarevocationpath">SSLCARevocationPath</a></li>
  @@ -50,7 +70,15 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#sslsessioncachetimeout">SSLSessionCacheTimeout</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#sslverifyclient">SSLVerifyClient</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#sslverifydepth">SSLVerifyDepth</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Environment Variables</li><li><img alt="" src="../images/down.gif" /> Custom Log Formats</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Environment Variables</h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Environment Variables</li>
  +<li><img alt="" src="../images/down.gif" /> Custom Log Formats</li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Environment Variables</h2>
   
   <p>This module provides a lot of SSL information as additional environment
   variables to the SSI and CGI namespace. The generated variables are listed in
  @@ -100,7 +128,9 @@
   <tr><td colspan="3">[ where <em>x509</em> is a component of a X.509 DN:
     <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</td></tr>
   </table>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Custom Log Formats</h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Custom Log Formats</h2>
   
   <p>When <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is built into Apache or at least
   loaded (under DSO situation) additional functions exist for the <a href="mod_log_config.html#formats">Custom Log Format</a> of 
  @@ -119,13 +149,17 @@
   CustomLog logs/ssl_request_log \
             "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCACertificateFile" id="SSLCACertificateFile">SSLCACertificateFile</a> <a name="sslcacertificatefile" id="sslcacertificatefile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of concatenated PEM-encoded CA Certificates 
  -for Client Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCACertificateFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCACertificateFile" id="SSLCACertificateFile">SSLCACertificateFile</a> <a name="sslcacertificatefile" id="sslcacertificatefile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA Certificates 
  +for Client Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCACertificateFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the <em>all-in-one</em> file where you can assemble the
   Certificates of Certification Authorities (CA) whose <em>clients</em> you deal
  @@ -136,13 +170,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCACertificatePath" id="SSLCACertificatePath">SSLCACertificatePath</a> <a name="sslcacertificatepath" id="sslcacertificatepath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory of PEM-encoded CA Certificates for 
  -Client Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCACertificatePath <em>directory-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCACertificatePath" id="SSLCACertificatePath">SSLCACertificatePath</a> <a name="sslcacertificatepath" id="sslcacertificatepath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA Certificates for 
  +Client Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCACertificatePath <em>directory-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the directory where you keep the Certificates of
   Certification Authorities (CAs) whose clients you deal with. These are used to
  @@ -157,13 +196,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCARevocationFile" id="SSLCARevocationFile">SSLCARevocationFile</a> <a name="sslcarevocationfile" id="sslcarevocationfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of concatenated PEM-encoded CA CRLs for 
  -Client Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCARevocationFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCARevocationFile" id="SSLCARevocationFile">SSLCARevocationFile</a> <a name="sslcarevocationfile" id="sslcarevocationfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA CRLs for 
  +Client Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCARevocationFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the <em>all-in-one</em> file where you can
   assemble the Certificate Revocation Lists (CRL) of Certification
  @@ -174,13 +218,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCARevocationPath" id="SSLCARevocationPath">SSLCARevocationPath</a> <a name="sslcarevocationpath" id="sslcarevocationpath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory of PEM-encoded CA CRLs for 
  -Client Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCARevocationPath <em>directory-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCARevocationPath" id="SSLCARevocationPath">SSLCARevocationPath</a> <a name="sslcarevocationpath" id="sslcarevocationpath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA CRLs for 
  +Client Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCARevocationPath <em>directory-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the directory where you keep the Certificate Revocation
   Lists (CRL) of Certification Authorities (CAs) whose clients you deal with.
  @@ -195,12 +244,17 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCertificateChainFile" id="SSLCertificateChainFile">SSLCertificateChainFile</a> <a name="sslcertificatechainfile" id="sslcertificatechainfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of PEM-encoded Server CA Certificates</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCertificateChainFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCertificateChainFile" id="SSLCertificateChainFile">SSLCertificateChainFile</a> <a name="sslcertificatechainfile" id="sslcertificatechainfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of PEM-encoded Server CA Certificates</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCertificateChainFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the optional <em>all-in-one</em> file where you can
   assemble the certificates of Certification Authorities (CA) which form the
  @@ -227,12 +281,17 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCertificateFile" id="SSLCertificateFile">SSLCertificateFile</a> <a name="sslcertificatefile" id="sslcertificatefile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Server PEM-encoded X.509 Certificate file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCertificateFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCertificateFile" id="SSLCertificateFile">SSLCertificateFile</a> <a name="sslcertificatefile" id="sslcertificatefile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Server PEM-encoded X.509 Certificate file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCertificateFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive points to the PEM-encoded Certificate file for the server and
   optionally also to the corresponding RSA or DSA Private Key file for it
  @@ -243,12 +302,17 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCertificateKeyFile" id="SSLCertificateKeyFile">SSLCertificateKeyFile</a> <a name="sslcertificatekeyfile" id="sslcertificatekeyfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Server PEM-encoded Private Key file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCertificateKeyFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCertificateKeyFile" id="SSLCertificateKeyFile">SSLCertificateKeyFile</a> <a name="sslcertificatekeyfile" id="sslcertificatekeyfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Server PEM-encoded Private Key file</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCertificateKeyFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive points to the PEM-encoded Private Key file for the
   server. If the Private Key is not combined with the Certificate in the
  @@ -265,15 +329,20 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLCipherSuite" id="SSLCipherSuite">SSLCipherSuite</a> <a name="sslciphersuite" id="sslciphersuite">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Cipher Suite available for negotiation in SSL 
  -handshake</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLCipherSuite <em>cipher-spec</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLCipherSuite" id="SSLCipherSuite">SSLCipherSuite</a> <a name="sslciphersuite" id="sslciphersuite">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Cipher Suite available for negotiation in SSL 
  +handshake</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLCipherSuite <em>cipher-spec</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This complex directive uses a colon-separated <em>cipher-spec</em> string
   consisting of OpenSSL cipher specifications to configure the Cipher Suite the
  @@ -416,13 +485,18 @@
   <tr><td><code>EXP-ADH-DES-CBC-SHA</code></td> <td>SSLv3</td> <td>DH(512)</td> <td>None</td> <td>DES(40)</td> <td>SHA1</td> <td> export</td> </tr>
   <tr><td><code>EXP-ADH-RC4-MD5</code></td> <td>SSLv3</td> <td>DH(512)</td> <td>None</td> <td>RC4(40)</td> <td>MD5</td> <td>  export</td> </tr>
   </table>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLEngine" id="SSLEngine">SSLEngine</a> <a name="sslengine" id="sslengine">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>SSL Engine Operation Switch</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLEngine on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLEngine off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLEngine" id="SSLEngine">SSLEngine</a> <a name="sslengine" id="sslengine">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SSL Engine Operation Switch</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLEngine on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLEngine off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive toggles the usage of the SSL/TLS Protocol Engine. This
   is usually used inside a <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> section to enable SSL/TLS for a
  @@ -434,14 +508,19 @@
   ...<br />
   &lt;/VirtualHost&gt;
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLMutex" id="SSLMutex">SSLMutex</a> <a name="sslmutex" id="sslmutex">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Semaphore for internal mutual exclusion of 
  -operations</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLMutex <em>type</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLMutex none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLMutex" id="SSLMutex">SSLMutex</a> <a name="sslmutex" id="sslmutex">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Semaphore for internal mutual exclusion of 
  +operations</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLMutex <em>type</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLMutex none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This configures the SSL engine's semaphore (aka. lock) which is used for mutual
   exclusion of operations which have to be done in a synchronized way between the
  @@ -478,13 +557,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLMutex file:/usr/local/apache/logs/ssl_mutex
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLOptions" id="SSLOptions">SSLOptions</a> <a name="ssloptions" id="ssloptions">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Configure various SSL engine run-time options</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLOptions [+|-]<em>option</em> ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Options</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLOptions" id="SSLOptions">SSLOptions</a> <a name="ssloptions" id="ssloptions">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure various SSL engine run-time options</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLOptions [+|-]<em>option</em> ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Options</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive can be used to control various run-time options on a
   per-directory basis. Normally, if multiple <code>SSLOptions</code>
  @@ -572,14 +656,19 @@
       SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData<br />
   &lt;Files&gt;
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLPassPhraseDialog" id="SSLPassPhraseDialog">SSLPassPhraseDialog</a> <a name="sslpassphrasedialog" id="sslpassphrasedialog">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Type of pass phrase dialog for encrypted private 
  -keys</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLPassPhraseDialog <em>type</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLPassPhraseDialog builtin</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLPassPhraseDialog" id="SSLPassPhraseDialog">SSLPassPhraseDialog</a> <a name="sslpassphrasedialog" id="sslpassphrasedialog">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Type of pass phrase dialog for encrypted private 
  +keys</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLPassPhraseDialog <em>type</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLPassPhraseDialog builtin</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   When Apache starts up it has to read the various Certificate (see
   <code class="directive"><a href="#sslcertificatefile">SSLCertificateFile</a></code>) and
  @@ -636,14 +725,19 @@
   <div class="example"><p><code>
   SSLPassPhraseDialog exec:/usr/local/apache/sbin/pp-filter
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProtocol" id="SSLProtocol">SSLProtocol</a> <a name="sslprotocol" id="sslprotocol">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Configure usable SSL protocol flavors</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProtocol [+|-]<em>protocol</em> ...</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLProtocol all</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Options</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProtocol" id="SSLProtocol">SSLProtocol</a> <a name="sslprotocol" id="sslprotocol">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure usable SSL protocol flavors</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProtocol [+|-]<em>protocol</em> ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProtocol all</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Options</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive can be used to control the SSL protocol flavors mod_ssl should
   use when establishing its server environment. Clients then can only connect
  @@ -681,13 +775,18 @@
   #   enable SSLv3 and TLSv1, but not SSLv2<br />
   SSLProtocol all -SSLv2
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyCACertificateFile" id="SSLProxyCACertificateFile">SSLProxyCACertificateFile</a> <a name="sslproxycacertificatefile" id="sslproxycacertificatefile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of concatenated PEM-encoded CA Certificates 
  -for Remote Server Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyCACertificateFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyCACertificateFile" id="SSLProxyCACertificateFile">SSLProxyCACertificateFile</a> <a name="sslproxycacertificatefile" id="sslproxycacertificatefile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA Certificates 
  +for Remote Server Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyCACertificateFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the <em>all-in-one</em> file where you can assemble the
   Certificates of Certification Authorities (CA) whose <em>remote servers</em> you deal
  @@ -698,13 +797,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-remote-server.crt
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyCACertificatePath" id="SSLProxyCACertificatePath">SSLProxyCACertificatePath</a> <a name="sslproxycacertificatepath" id="sslproxycacertificatepath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory of PEM-encoded CA Certificates for 
  -Remote Server Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyCACertificatePath <em>directory-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyCACertificatePath" id="SSLProxyCACertificatePath">SSLProxyCACertificatePath</a> <a name="sslproxycacertificatepath" id="sslproxycacertificatepath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA Certificates for 
  +Remote Server Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyCACertificatePath <em>directory-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the directory where you keep the Certificates of
   Certification Authorities (CAs) whose remote servers you deal with. These are used to
  @@ -719,13 +823,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyCACertificatePath /usr/local/apache/conf/ssl.crt/
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyCARevocationFile" id="SSLProxyCARevocationFile">SSLProxyCARevocationFile</a> <a name="sslproxycarevocationfile" id="sslproxycarevocationfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of concatenated PEM-encoded CA CRLs for 
  -Remote Server Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyCARevocationFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyCARevocationFile" id="SSLProxyCARevocationFile">SSLProxyCARevocationFile</a> <a name="sslproxycarevocationfile" id="sslproxycarevocationfile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA CRLs for 
  +Remote Server Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyCARevocationFile <em>file-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the <em>all-in-one</em> file where you can
   assemble the Certificate Revocation Lists (CRL) of Certification
  @@ -736,13 +845,18 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-remote-server.crl
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyCARevocationPath" id="SSLProxyCARevocationPath">SSLProxyCARevocationPath</a> <a name="sslproxycarevocationpath" id="sslproxycarevocationpath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory of PEM-encoded CA CRLs for 
  -Remote Server Auth</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyCARevocationPath <em>directory-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyCARevocationPath" id="SSLProxyCARevocationPath">SSLProxyCARevocationPath</a> <a name="sslproxycarevocationpath" id="sslproxycarevocationpath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA CRLs for 
  +Remote Server Auth</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyCARevocationPath <em>directory-path</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the directory where you keep the Certificate Revocation
   Lists (CRL) of Certification Authorities (CAs) whose remote servers you deal with.
  @@ -757,25 +871,35 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyCARevocationPath /usr/local/apache/conf/ssl.crl/
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyCipherSuite" id="SSLProxyCipherSuite">SSLProxyCipherSuite</a> <a name="sslproxyciphersuite" id="sslproxyciphersuite">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Cipher Suite available for negotiation in SSL 
  -proxy handshake</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyCipherSuite <em>cipher-spec</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyCipherSuite" id="SSLProxyCipherSuite">SSLProxyCipherSuite</a> <a name="sslproxyciphersuite" id="sslproxyciphersuite">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Cipher Suite available for negotiation in SSL 
  +proxy handshake</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyCipherSuite <em>cipher-spec</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>Equivalent to <code>SSLCipherSuite</code>, but for the proxy connection.
   Please refer to <code class="directive"><a href="#sslciphersuite">SSLCipherSuite</a></code>
   for additional information.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyEngine" id="SSLProxyEngine">SSLProxyEngine</a> <a name="sslproxyengine" id="sslproxyengine">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>SSL Proxy Engine Operation Switch</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyEngine on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLProxyEngine off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyEngine" id="SSLProxyEngine">SSLProxyEngine</a> <a name="sslproxyengine" id="sslproxyengine">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SSL Proxy Engine Operation Switch</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyEngine on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProxyEngine off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive toggles the usage of the SSL/TLS Protocol Engine for proxy. This
   is usually used inside a <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> section to enable SSL/TLS for proxy
  @@ -787,14 +911,19 @@
   ...<br />
   &lt;/VirtualHost&gt;
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyMachineCertificateFile" id="SSLProxyMachineCertificateFile">SSLProxyMachineCertificateFile</a> <a name="sslproxymachinecertificatefile" id="sslproxymachinecertificatefile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>File of concatenated PEM-encoded CA certificates for proxy server client certificates</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyMachineCertificateFile <em>filename</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Not applicable</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyMachineCertificateFile" id="SSLProxyMachineCertificateFile">SSLProxyMachineCertificateFile</a> <a name="sslproxymachinecertificatefile" id="sslproxymachinecertificatefile">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>File of concatenated PEM-encoded CA certificates for proxy server client certificates</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyMachineCertificateFile <em>filename</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Not applicable</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the all-in-one file where you keep the certificates of
   Certification Authorities (CAs) whose proxy client certificates are used for
  @@ -810,14 +939,19 @@
   <div class="example"><p><code>
   SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
   </code></p></div> 
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyMachineCertificatePath" id="SSLProxyMachineCertificatePath">SSLProxyMachineCertificatePath</a> <a name="sslproxymachinecertificatepath" id="sslproxymachinecertificatepath">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Directory of PEM-encoded CA certificates for proxy server client certificates</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyMachineCertificatePath <em>directory</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>None</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Not applicable</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyMachineCertificatePath" id="SSLProxyMachineCertificatePath">SSLProxyMachineCertificatePath</a> <a name="sslproxymachinecertificatepath" id="sslproxymachinecertificatepath">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory of PEM-encoded CA certificates for proxy server client certificates</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyMachineCertificatePath <em>directory</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>None</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Not applicable</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the directory where you keep the certificates of
   Certification Authorities (CAs) whose proxy client certificates are used for
  @@ -834,14 +968,19 @@
   <div class="example"><p><code>
   SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
   </code></p></div> 
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyProtocol" id="SSLProxyProtocol">SSLProxyProtocol</a> <a name="sslproxyprotocol" id="sslproxyprotocol">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Configure usable SSL protocol flavors for proxy usage</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyProtocol [+|-]<em>protocol</em> ...</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLProxyProtocol all</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>Options</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyProtocol" id="SSLProxyProtocol">SSLProxyProtocol</a> <a name="sslproxyprotocol" id="sslproxyprotocol">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure usable SSL protocol flavors for proxy usage</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyProtocol [+|-]<em>protocol</em> ...</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProxyProtocol all</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Options</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   
   <p>
   This directive can be used to control the SSL protocol flavors mod_ssl should
  @@ -850,14 +989,19 @@
   <p>Please refer to <code class="directive"><a href="#sslprotocol">SSLProtocol</a></code>
   for additional information.
   </p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyVerify" id="SSLProxyVerify">SSLProxyVerify</a> <a name="sslproxyverify" id="sslproxyverify">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Type of remote server Certificate verification</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLProxyVerify <em>level</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLProxyVerify none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyVerify" id="SSLProxyVerify">SSLProxyVerify</a> <a name="sslproxyverify" id="sslproxyverify">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Type of remote server Certificate verification</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLProxyVerify <em>level</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLProxyVerify none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the Certificate verification level for the remote server
   Authentication. Notice that this directive can be used both in per-server and
  @@ -887,15 +1031,20 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyVerify require
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLProxyVerifyDepth" id="SSLProxyVerifyDepth">SSLProxyVerifyDepth</a> <a name="sslproxyverifydepth" id="sslproxyverifydepth">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maximum depth of CA Certificates in Remote Server
  -Certificate verification</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLVerifyDepth <em>number</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLVerifyDepth 1</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLProxyVerifyDepth" id="SSLProxyVerifyDepth">SSLProxyVerifyDepth</a> <a name="sslproxyverifydepth" id="sslproxyverifydepth">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum depth of CA Certificates in Remote Server
  +Certificate verification</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLVerifyDepth <em>number</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLVerifyDepth 1</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets how deeply mod_ssl should verify before deciding that the
   remote server does not have a valid certificate. Notice that this directive can be
  @@ -915,14 +1064,19 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLProxyVerifyDepth 10
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLRandomSeed" id="SSLRandomSeed">SSLRandomSeed</a> <a name="sslrandomseed" id="sslrandomseed">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Pseudo Random Number Generator (PRNG) seeding 
  -source</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLRandomSeed <em>context</em> <em>source</em> 
  -[<em>bytes</em>]</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLRandomSeed" id="SSLRandomSeed">SSLRandomSeed</a> <a name="sslrandomseed" id="sslrandomseed">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Pseudo Random Number Generator (PRNG) seeding 
  +source</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLRandomSeed <em>context</em> <em>source</em> 
  +[<em>bytes</em>]</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This configures one or more sources for seeding the Pseudo Random Number
   Generator (PRNG) in OpenSSL at startup time (<em>context</em> is
  @@ -1005,14 +1159,19 @@
   SSLRandomSeed connect file:/dev/random<br />
   SSLRandomSeed connect file:/dev/urandom 1024<br />
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLRequire" id="SSLRequire">SSLRequire</a> <a name="sslrequire" id="sslrequire">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Allow access only when an arbitrarily complex 
  -boolean expression is true</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLRequire <em>expression</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLRequire" id="SSLRequire">SSLRequire</a> <a name="sslrequire" id="sslrequire">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Allow access only when an arbitrarily complex 
  +boolean expression is true</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLRequire <em>expression</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive specifies a general access requirement which has to be
   fulfilled in order to allow access. It's a very powerful directive because the
  @@ -1136,14 +1295,19 @@
                          SSL_CLIENT_VERIFY
   </pre>
   </td></tr></table>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLRequireSSL" id="SSLRequireSSL">SSLRequireSSL</a> <a name="sslrequiressl" id="sslrequiressl">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Deny access when SSL is not used for the 
  -HTTP request</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLRequireSSL</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLRequireSSL" id="SSLRequireSSL">SSLRequireSSL</a> <a name="sslrequiressl" id="sslrequiressl">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Deny access when SSL is not used for the 
  +HTTP request</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLRequireSSL</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive forbids access unless HTTP over SSL (i.e. HTTPS) is enabled for
   the current connection. This is very handy inside the SSL-enabled virtual
  @@ -1153,14 +1317,19 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLRequireSSL
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLSessionCache" id="SSLSessionCache">SSLSessionCache</a> <a name="sslsessioncache" id="sslsessioncache">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Type of the global/inter-process SSL Session 
  -Cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLSessionCache <em>type</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLSessionCache none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLSessionCache" id="SSLSessionCache">SSLSessionCache</a> <a name="sslsessioncache" id="sslsessioncache">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Type of the global/inter-process SSL Session 
  +Cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLSessionCache <em>type</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLSessionCache none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This configures the storage type of the global/inter-process SSL Session
   Cache. This cache is an optional facility which speeds up parallel request
  @@ -1196,14 +1365,19 @@
   SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data<br />
   SSLSessionCache shm:/usr/local/apache/logs/ssl_gcache_data(512000)
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLSessionCacheTimeout" id="SSLSessionCacheTimeout">SSLSessionCacheTimeout</a> <a name="sslsessioncachetimeout" id="sslsessioncachetimeout">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Number of seconds before an SSL session expires
  -in the Session Cache</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLSessionCacheTimeout <em>seconds</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLSessionCacheTimeout 300</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLSessionCacheTimeout" id="SSLSessionCacheTimeout">SSLSessionCacheTimeout</a> <a name="sslsessioncachetimeout" id="sslsessioncachetimeout">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Number of seconds before an SSL session expires
  +in the Session Cache</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLSessionCacheTimeout <em>seconds</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLSessionCacheTimeout 300</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the timeout in seconds for the information stored in the
   global/inter-process SSL Session Cache and the OpenSSL internal memory cache.
  @@ -1212,14 +1386,19 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLSessionCacheTimeout 600
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLVerifyClient" id="SSLVerifyClient">SSLVerifyClient</a> <a name="sslverifyclient" id="sslverifyclient">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Type of Client Certificate verification</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLVerifyClient <em>level</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLVerifyClient none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLVerifyClient" id="SSLVerifyClient">SSLVerifyClient</a> <a name="sslverifyclient" id="sslverifyclient">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Type of Client Certificate verification</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLVerifyClient <em>level</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLVerifyClient none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets the Certificate verification level for the Client
   Authentication. Notice that this directive can be used both in per-server and
  @@ -1249,15 +1428,20 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLVerifyClient require
   </code></p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SSLVerifyDepth" id="SSLVerifyDepth">SSLVerifyDepth</a> <a name="sslverifydepth" id="sslverifydepth">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Maximum depth of CA Certificates in Client 
  -Certificate verification</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SSLVerifyDepth <em>number</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSLVerifyDepth 1</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_ssl</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SSLVerifyDepth" id="SSLVerifyDepth">SSLVerifyDepth</a> <a name="sslverifydepth" id="sslverifydepth">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum depth of CA Certificates in Client 
  +Certificate verification</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLVerifyDepth <em>number</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLVerifyDepth 1</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
  +</table>
   <p>
   This directive sets how deeply mod_ssl should verify before deciding that the
   clients don't have a valid certificate. Notice that this directive can be
  @@ -1277,4 +1461,10 @@
   <div class="example"><h3>Example</h3><p><code>
   SSLVerifyDepth 10
   </code></p></div>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.14      +64 -21    httpd-2.0/docs/manual/mod/mod_status.html.en
  
  Index: mod_status.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_status.html.en	5 Dec 2002 15:18:36 -0000	1.13
  +++ mod_status.html.en	11 Dec 2002 21:18:13 -0000	1.14
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_status - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_status</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Provides information on server activity and
  -performance</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>status_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_status.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_status - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_status</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides information on server activity and
  +performance</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>status_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_status.c</td></tr></table>
  +<h3>Summary</h3>
  +
   
   <div class="note">
     <strong>Warning:</strong> This document has not been updated
  @@ -54,8 +71,20 @@
       <p>A compile-time option must be used to display the details
       marked "(*)" as the instrumentation required for obtaining
       these statistics does not exist within standard Apache.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#extendedstatus">ExtendedStatus</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Enabling Status Support</li><li><img alt="" src="../images/down.gif" /> Automatic Updates</li><li><img alt="" src="../images/down.gif" /> Machine Readable Status File</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Enabling Status Support</h2>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#extendedstatus">ExtendedStatus</a></li>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Enabling Status Support</li>
  +<li><img alt="" src="../images/down.gif" /> Automatic Updates</li>
  +<li><img alt="" src="../images/down.gif" /> Machine Readable Status File</li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Enabling Status Support</h2>
       
   
       <p>To enable status reports only for browsers from the foo.com
  @@ -78,7 +107,9 @@
       <div class="note"><p>Note that <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> will only work
       when you are running Apache in <a href="core.html#servertype">standalone</a> mode and not
       <a href="core.html#servertype">inetd</a> mode.</p></div>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Automatic Updates</h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Automatic Updates</h2>
   
       
       <p>You can get the status page to update itself automatically if
  @@ -86,7 +117,9 @@
       <code>http://your.server.name/server-status?refresh=N</code> to
       refresh the page every N seconds.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Machine Readable Status File</h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Machine Readable Status File</h2>
   
       
       <p>A machine-readable version of the status file is available by
  @@ -105,18 +138,28 @@
         ramifications for your site.</strong>
       </div>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ExtendedStatus" id="ExtendedStatus">ExtendedStatus</a> <a name="extendedstatus" id="extendedstatus">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Keep track of extended status information for each 
  -request</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ExtendedStatus On|Off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ExtendedStatus Off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_status</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>ExtendedStatus is only available in Apache 1.3.2 and 
  -later.</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ExtendedStatus" id="ExtendedStatus">ExtendedStatus</a> <a name="extendedstatus" id="extendedstatus">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Keep track of extended status information for each 
  +request</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ExtendedStatus On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ExtendedStatus Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_status</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>ExtendedStatus is only available in Apache 1.3.2 and 
  +later.</td></tr>
  +</table>
       <p>This setting applies to the entire server, and cannot be
       enabled or disabled on a virtualhost-by-virtualhost basis.
       The collection of extended status information can slow down
       the server.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.14      +52 -17    httpd-2.0/docs/manual/mod/mod_suexec.html.en
  
  Index: mod_suexec.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_suexec.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_suexec.html.en	5 Dec 2002 15:18:36 -0000	1.13
  +++ mod_suexec.html.en	11 Dec 2002 21:18:13 -0000	1.14
  @@ -4,24 +4,53 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_suexec - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_suexec</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Allows CGI scripts to run as a specified user
  -and Group</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>suexec_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_suexec.c</td></tr><tr><th><a href="module-dict.html#Compatibility">Compatibility:
  -                  </a></th><td>Available in Apache 2.0 and later</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_suexec - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_suexec</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows CGI scripts to run as a specified user
  +and Group</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>suexec_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_suexec.c</td></tr>
  +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0 and later</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module, in combination with the <a href="../programs/suexec.html">suexec support program</a> allows
       CGI scripts to run as a specified user and Group.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#suexecusergroup">SuexecUserGroup</a></li>
  -</ul><h3>See also</h3><ul class="seealso"><li><a href="../suexec.html">SuEXEC support</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="SuexecUserGroup" id="SuexecUserGroup">SuexecUserGroup</a> <a name="suexecusergroup" id="suexecusergroup">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>User and group permissions for CGI programs</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>SuexecUserGroup <em>User Group</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_suexec</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  -              </a></th><td>SuexecUserGroup is only available in 2.0 and
  -later.</td></tr></table>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#suexecusergroup">SuexecUserGroup</a></li>
  +</ul>
  +<h3>See also</h3>
  +<ul class="seealso">
  +<li><a href="../suexec.html">SuEXEC support</a></li>
  +</ul></div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="SuexecUserGroup" id="SuexecUserGroup">SuexecUserGroup</a> <a name="suexecusergroup" id="suexecusergroup">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>User and group permissions for CGI programs</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SuexecUserGroup <em>User Group</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_suexec</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>SuexecUserGroup is only available in 2.0 and
  +later.</td></tr>
  +</table>
       <p>The <code class="directive">SuexecUserGroup</code> directive allows you
       to specify a user and group for CGI programs to run as. Non-CGI
       requests are still processes with the user specified in the User
  @@ -33,4 +62,10 @@
       SuexecUserGroup nobody nogroup
       </code></p></div>
   
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.12      +39 -8     httpd-2.0/docs/manual/mod/mod_unique_id.html.en
  
  Index: mod_unique_id.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_unique_id.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_unique_id.html.en	5 Dec 2002 15:18:36 -0000	1.11
  +++ mod_unique_id.html.en	11 Dec 2002 21:18:14 -0000	1.12
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_unique_id - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_unique_id</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Provides an environment variable with a unique
  -identifier for each request</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>unique_id_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_unique_id.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_unique_id - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_unique_id</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides an environment variable with a unique
  +identifier for each request</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>unique_id_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_unique_id.c</td></tr></table>
  +<h3>Summary</h3>
  +
   
       <p>This module provides a magic token for each request which is
       guaranteed to be unique across "all" requests under very
  @@ -19,7 +36,16 @@
       set to the identifier for each request. Unique identifiers are
       useful for various reasons which are beyond the scope of this
       document.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><p>This module provides no directives.</p><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Theory</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Theory</h2>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<p>This module provides no directives.</p>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Theory</li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Theory</h2>
       
   
       <p>First a brief recap of how the Apache server works on Unix
  @@ -172,4 +198,9 @@
       shortened, but more information needs to be assumed (for
       example the 32-bit IP address is overkill for any site, but
       there is no portable shorter replacement for it). </p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.17      +57 -17    httpd-2.0/docs/manual/mod/mod_userdir.html.en
  
  Index: mod_userdir.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_userdir.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_userdir.html.en	5 Dec 2002 15:18:36 -0000	1.16
  +++ mod_userdir.html.en	11 Dec 2002 21:18:14 -0000	1.17
  @@ -4,23 +4,53 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_userdir - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_userdir</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>User-specific directories</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>userdir_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_userdir.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_userdir - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_userdir</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User-specific directories</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>userdir_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_userdir.c</td></tr></table>
  +<h3>Summary</h3>
  +
   <p>This module allows user-specific directories to be accessed using the
   <code>http://example.com/~user/</code> syntax.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#userdir">UserDir</a></li>
  -</ul><h3>See also</h3><ul class="seealso"><li><a href="../urlmapping.html">Mapping URLs to the
  -Filesystem</a></li><li><a href="../howto/public_html.html">public_html
  -tutorial</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="UserDir" id="UserDir">UserDir</a> <a name="userdir" id="userdir">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Location of the user-specific directories</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>UserDir <em>directory-filename</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>UserDir public_html</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_userdir</td></tr></table>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#userdir">UserDir</a></li>
  +</ul>
  +<h3>See also</h3>
  +<ul class="seealso">
  +<li><a href="../urlmapping.html">Mapping URLs to the
  +Filesystem</a></li>
  +<li><a href="../howto/public_html.html">public_html
  +tutorial</a></li>
  +</ul></div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="UserDir" id="UserDir">UserDir</a> <a name="userdir" id="userdir">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the user-specific directories</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>UserDir <em>directory-filename</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>UserDir public_html</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_userdir</td></tr>
  +</table>
   
       <p>The <code class="directive">UserDir</code> directive sets the real
       directory in a user's home directory to use when a request for a
  @@ -118,5 +148,15 @@
   the redirect earlier in the list, that will always be the alternative
   that is used.</p>
   
  -<h3>See also</h3><ul><li><a href="../howto/public_html.html">public_html
  -tutorial</a></li></ul></div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +<h3>See also</h3>
  +<ul>
  +<li><a href="../howto/public_html.html">public_html
  +tutorial</a></li>
  +</ul>
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.15      +109 -49   httpd-2.0/docs/manual/mod/mod_usertrack.html.en
  
  Index: mod_usertrack.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_usertrack.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_usertrack.html.en	5 Dec 2002 15:18:36 -0000	1.14
  +++ mod_usertrack.html.en	11 Dec 2002 21:18:14 -0000	1.15
  @@ -4,25 +4,53 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_usertrack - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_usertrack</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>
  +      -->
  +<title>mod_usertrack - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_usertrack</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>
   <em>Clickstream</em> logging of user activity on a site
  -</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>usertrack_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_usertrack.c</td></tr></table><h3>Summary</h3>
  +</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>usertrack_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_usertrack.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>Previous releases of Apache have included a module which
       generates a 'clickstream' log of user activity on a site using
       cookies. This was called the "cookies" module, mod_cookies. In
       Apache 1.2 and later this module has been renamed the "user
       tracking" module, mod_usertrack. This module has been
       simplified and new directives added.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#cookiedomain">CookieDomain</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#cookiedomain">CookieDomain</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#cookieexpires">CookieExpires</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#cookiename">CookieName</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#cookiestyle">CookieStyle</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#cookietracking">CookieTracking</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Logging</li><li><img alt="" src="../images/down.gif" /> 2-digit or 4-digit dates for cookies?</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Logging</h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> Logging</li>
  +<li><img alt="" src="../images/down.gif" /> 2-digit or 4-digit dates for cookies?</li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>Logging</h2>
   
   
       <p>Previously, the cookies module (now the user tracking
  @@ -40,7 +68,9 @@
       <p>For backward compatibility the configurable log module
       implements the old <code class="directive"><a href="../mod/mod_log_config.html#cookielog">CookieLog</a></code> directive, but this
       should be upgraded to the above <code class="directive"><a href="../mod/mod_log_config.html#customlog">CustomLog</a></code> directive. </p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>2-digit or 4-digit dates for cookies?</h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2>2-digit or 4-digit dates for cookies?</h2>
   
   
       <p>(the following is from message
  @@ -79,13 +109,17 @@
   time late in the year "37".
   </pre>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieDomain" id="CookieDomain">CookieDomain</a> <a name="cookiedomain" id="cookiedomain">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>The domain to which the tracking cookie applies</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieDomain <em>domain</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_usertrack</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieDomain" id="CookieDomain">CookieDomain</a> <a name="cookiedomain" id="cookiedomain">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The domain to which the tracking cookie applies</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieDomain <em>domain</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
  +</table>
   
       <p>This directive controls the setting of the domain to which
       the tracking cookie applies. If not present, no domain is
  @@ -94,13 +128,18 @@
       <p>The domain string <strong>must</strong> begin with a dot, and
       <strong>must</strong> include at least one embedded dot. That is,
       ".foo.com" is legal, but "foo.bar.com" and ".com" are not.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieExpires" id="CookieExpires">CookieExpires</a> <a name="cookieexpires" id="cookieexpires">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Expiry time for the tracking cookie</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieExpires <em>expiry-period</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_usertrack</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieExpires" id="CookieExpires">CookieExpires</a> <a name="cookieexpires" id="cookieexpires">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Expiry time for the tracking cookie</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieExpires <em>expiry-period</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
  +</table>
       <p>When used, this directive sets an expiry time on the cookie
       generated by the usertrack module. The <em>expiry-period</em>
       can be given either as a number of seconds, or in the format
  @@ -111,14 +150,19 @@
   
       <p>If this directive is not used, cookies last only for the
       current browser session.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieName" id="CookieName">CookieName</a> <a name="cookiename" id="cookiename">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Name of the tracking cookie</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieName <em>token</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>CookieName Apache</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_usertrack</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieName" id="CookieName">CookieName</a> <a name="cookiename" id="cookiename">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Name of the tracking cookie</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieName <em>token</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CookieName Apache</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
  +</table>
       <p>This directive allows you to change the name of the cookie
       this module uses for its tracking purposes. By default the
       cookie is named "<code>Apache</code>".</p>
  @@ -126,15 +170,20 @@
       <p>You must specify a valid cookie name; results are
       unpredictable if you use a name containing unusual characters.
       Valid characters include A-Z, a-z, 0-9, "_", and "-".</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieStyle" id="CookieStyle">CookieStyle</a> <a name="cookiestyle" id="cookiestyle">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Format of the cookie header field</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieStyle
  -    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>CookieStyle Netscape</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_usertrack</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieStyle" id="CookieStyle">CookieStyle</a> <a name="cookiestyle" id="cookiestyle">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Format of the cookie header field</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieStyle
  +    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CookieStyle Netscape</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
  +</table>
       <p>This directive controls the format of the cookie header
       field. The three formats allowed are:</p>
   
  @@ -153,14 +202,19 @@
       <p>Not all clients can understand all of these formats. but you
       should use the newest one that is generally acceptable to your
       users' browsers.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CookieTracking" id="CookieTracking">CookieTracking</a> <a name="cookietracking" id="cookietracking">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Enables tracking cookie</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>CookieTracking on|off</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>CookieTracking off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
  -              </a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_usertrack</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="CookieTracking" id="CookieTracking">CookieTracking</a> <a name="cookietracking" id="cookietracking">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enables tracking cookie</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieTracking on|off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CookieTracking off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
  +<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
  +</table>
       <p>When the user track module is compiled in, and
       "CookieTracking on" is set, Apache will start sending a
       user-tracking cookie for all new requests. This directive can
  @@ -168,4 +222,10 @@
       per-directory basis. By default, compiling mod_usertrack will
       not activate cookies. </p>
   
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.16      +102 -43   httpd-2.0/docs/manual/mod/mod_vhost_alias.html.en
  
  Index: mod_vhost_alias.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_vhost_alias.html.en,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_vhost_alias.html.en	5 Dec 2002 15:18:36 -0000	1.15
  +++ mod_vhost_alias.html.en	11 Dec 2002 21:18:14 -0000	1.16
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mod_vhost_alias - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_vhost_alias</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Provides for dynamically configured mass virtual
  -hosting</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>vhost_alias_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mod_vhost_alias.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mod_vhost_alias - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mod_vhost_alias</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for dynamically configured mass virtual
  +hosting</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>vhost_alias_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_vhost_alias.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This module creates dynamically configured virtual hosts, by
       allowing the IP address and/or the <code>Host:</code> header of
       the HTTP request to be used as part of the pathname to
  @@ -29,12 +46,27 @@
           VirtualScriptAlias /never/found/%0/cgi-bin/
         </code></p></div>
       </div>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#virtualdocumentroot">VirtualDocumentRoot</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/down.gif" /> <a href="#virtualdocumentroot">VirtualDocumentRoot</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#virtualdocumentrootip">VirtualDocumentRootIP</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#virtualscriptalias">VirtualScriptAlias</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#virtualscriptaliasip">VirtualScriptAliasIP</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#interpol">Directory Name Interpolation</a></li><li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li></ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code></li><li><a href="../vhosts/mass.html">Dynamically configured mass 
  -    virtual hosting</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="interpol" id="interpol">Directory Name Interpolation</a></h2>
  +</ul>
  +<h3>Topics</h3>
  +<ul id="topics">
  +<li><img alt="" src="../images/down.gif" /> <a href="#interpol">Directory Name Interpolation</a></li>
  +<li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li>
  +</ul><h3>See also</h3>
  +<ul class="seealso">
  +<li><code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code></li>
  +<li><a href="../vhosts/mass.html">Dynamically configured mass 
  +    virtual hosting</a></li>
  +</ul></div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="interpol" id="interpol">Directory Name Interpolation</a></h2>
       
   
       <p>All the directives in this module interpolate a string into
  @@ -95,7 +127,9 @@
       <p>If <code>N</code> or <code>M</code> is greater than the number
       of parts available a single underscore is interpolated. </p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="examples" id="examples">Examples</a></h2>
  +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="section">
  +<h2><a name="examples" id="examples">Examples</a></h2>
       
   
       <p>For simple name-based virtual hosts you might use the
  @@ -182,14 +216,18 @@
       <p>The <code class="directive"><a href="../mod/mod_log_config.html#logformat">LogFormat</a></code>
       directives <code>%V</code> and <code>%A</code> are useful
       in conjunction with this module.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="VirtualDocumentRoot" id="VirtualDocumentRoot">VirtualDocumentRoot</a> <a name="virtualdocumentroot" id="virtualdocumentroot">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Dynamically configure the location of the document root
  -for a given virtual host</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>VirtualDocumentRoot <em>interpolated-directory</em>|none</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>VirtualDocumentRoot none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_vhost_alias</td></tr></table>
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="VirtualDocumentRoot" id="VirtualDocumentRoot">VirtualDocumentRoot</a> <a name="virtualdocumentroot" id="virtualdocumentroot">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dynamically configure the location of the document root
  +for a given virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>VirtualDocumentRoot <em>interpolated-directory</em>|none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>VirtualDocumentRoot none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_vhost_alias</td></tr>
  +</table>
   
       <p>The <code class="directive">VirtualDocumentRoot</code> directive allows you to
       determine where Apache will find your documents based on the
  @@ -200,28 +238,38 @@
       <code class="directive">VirtualDocumentRoot</code> is turned off. This directive 
       cannot be used in the same context as <code class="directive"><a href="#virtualdocumentrootip">VirtualDocumentRootIP</a></code>.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="VirtualDocumentRootIP" id="VirtualDocumentRootIP">VirtualDocumentRootIP</a> <a name="virtualdocumentrootip" id="virtualdocumentrootip">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Dynamically configure the location of the document root
  -for a given virtual host</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>VirtualDocumentRootIP <em>interpolated-directory</em>|none</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>VirtualDocumentRootIP none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_vhost_alias</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="VirtualDocumentRootIP" id="VirtualDocumentRootIP">VirtualDocumentRootIP</a> <a name="virtualdocumentrootip" id="virtualdocumentrootip">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dynamically configure the location of the document root
  +for a given virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>VirtualDocumentRootIP <em>interpolated-directory</em>|none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>VirtualDocumentRootIP none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_vhost_alias</td></tr>
  +</table>
   
   <p>The <code class="directive">VirtualDocumentRootIP</code> directive is like the
       <code class="directive"><a href="#virtualdocumentroot">VirtualDocumentRoot</a></code>
       directive, except that it uses the IP address of the server end
       of the connection for directory interpolation instead of the server
       name.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="VirtualScriptAlias" id="VirtualScriptAlias">VirtualScriptAlias</a> <a name="virtualscriptalias" id="virtualscriptalias">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Dynamically configure the location of the CGI directory for
  -a given virtual host</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>VirtualScriptAlias <em>interpolated-directory</em>|none</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>VirtualScriptAlias none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_vhost_alias</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="VirtualScriptAlias" id="VirtualScriptAlias">VirtualScriptAlias</a> <a name="virtualscriptalias" id="virtualscriptalias">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dynamically configure the location of the CGI directory for
  +a given virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>VirtualScriptAlias <em>interpolated-directory</em>|none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>VirtualScriptAlias none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_vhost_alias</td></tr>
  +</table>
   
       <p>The <code class="directive">VirtualScriptAlias</code> directive allows you to
       determine where Apache will find CGI scripts in a similar
  @@ -229,14 +277,19 @@
       requests for URIs starting <code>/cgi-bin/</code>, much like <code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code>
       <code>/cgi-bin/</code> would.</p>
   
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="VirtualScriptAliasIP" id="VirtualScriptAliasIP">VirtualScriptAliasIP</a> <a name="virtualscriptaliasip" id="virtualscriptaliasip">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td>Dynamically configure the location of the cgi directory for
  -a given virtual host</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>VirtualScriptAliasIP <em>interpolated-directory</em>|none</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>VirtualScriptAliasIP none</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mod_vhost_alias</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="VirtualScriptAliasIP" id="VirtualScriptAliasIP">VirtualScriptAliasIP</a> <a name="virtualscriptaliasip" id="virtualscriptaliasip">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dynamically configure the location of the cgi directory for
  +a given virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>VirtualScriptAliasIP <em>interpolated-directory</em>|none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>VirtualScriptAliasIP none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_vhost_alias</td></tr>
  +</table>
   
       <p>The <code class="directive">VirtualScriptAliasIP</code> directive is like the
       <code class="directive"><a href="#virtualscriptalias">VirtualScriptAlias</a></code>
  @@ -244,4 +297,10 @@
       of the connection for directory interpolation instead of the server
       name.</p>
   
  -    </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +    
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.15      +63 -23    httpd-2.0/docs/manual/mod/mpm_netware.html.en
  
  Index: mpm_netware.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_netware.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mpm_netware.html.en	5 Dec 2002 15:18:36 -0000	1.14
  +++ mpm_netware.html.en	11 Dec 2002 21:18:14 -0000	1.15
  @@ -4,12 +4,29 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mpm_netware - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mpm_netware</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>Multi-Processing Module implementing an exclusively threaded web
  -    server optimized for Novell NetWare</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>MPM</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>mpm_netware_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mpm_netware.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mpm_netware - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mpm_netware</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module implementing an exclusively threaded web
  +    server optimized for Novell NetWare</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>mpm_netware_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mpm_netware.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This Multi-Processing Module (MPM) implements an exclusively
       threaded web server that has been optimized for Novell
       NetWare.</p>
  @@ -42,7 +59,10 @@
       ones and launching new ones. On the NetWare OS it is highly
       recommended that this directive remain set to 0. This allows worker
       threads to continue servicing requests indefinitely.</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxmemfree">MaxMemFree</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
  @@ -52,25 +72,45 @@
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startthreads">StartThreads</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#threadstacksize">ThreadStackSize</a></li>
  -</ul><h3>See also</h3><ul class="seealso"><li><a href="../bind.html">Setting which addresses and
  +</ul>
  +<h3>See also</h3>
  +<ul class="seealso">
  +<li><a href="../bind.html">Setting which addresses and
       ports Apache uses</a>
  -</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="MaxThreads" id="MaxThreads">MaxThreads</a> <a name="maxthreads" id="maxthreads">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td /></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>MaxThreads <var>number</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>MaxThreads 250</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>MPM</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mpm_netware</td></tr></table>
  +</li>
  +</ul></div>
  +
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="MaxThreads" id="MaxThreads">MaxThreads</a> <a name="maxthreads" id="maxthreads">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td /></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxThreads <var>number</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxThreads 250</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mpm_netware</td></tr>
  +</table>
   <p>The MaxThreads directive sets the desired maximum
       number worker threads allowable.</p>
  -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ThreadStackSize" id="ThreadStackSize">ThreadStackSize</a> <a name="threadstacksize" id="threadstacksize">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  -              </a></th><td /></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ThreadStackSize <var>number</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>ThreadStackSize 65536</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  -              </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>MPM</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  -              </a></th><td>mpm_netware</td></tr></table>
  +
  +</div>
  +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  +<div class="directive-section"><h2><a name="ThreadStackSize" id="ThreadStackSize">ThreadStackSize</a> <a name="threadstacksize" id="threadstacksize">Directive</a></h2>
  +<table class="directive">
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td /></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ThreadStackSize <var>number</var></code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ThreadStackSize 65536</code></td></tr>
  +<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  +<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  +<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mpm_netware</td></tr>
  +</table>
       <p>This directive tells the server what stack size to use for
       each of the running threads. If you ever get a stack overflow
       you will need to bump this number to a higher setting.</p>
  -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +
  +</div>
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file
  
  
  
  1.13      +35 -8     httpd-2.0/docs/manual/mod/mpm_winnt.html.en
  
  Index: mpm_winnt.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mpm_winnt.html.en	5 Dec 2002 15:18:36 -0000	1.12
  +++ mpm_winnt.html.en	11 Dec 2002 21:18:14 -0000	1.13
  @@ -4,17 +4,37 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>mpm_winnt - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><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><p class="apache">Apache HTTP Server Version 2.1</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mpm_winnt</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
  -                  </a></th><td>This Multi-Processing Module is optimized for Windows
  -    NT.</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>MPM</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  -                  </a></th><td>mpm_winnt_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
  -                  </a></th><td>mpm_winnt.c</td></tr></table><h3>Summary</h3>
  +      -->
  +<title>mpm_winnt - Apache HTTP Server</title>
  +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
  +<body>
  +<div id="page-header">
  +<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>
  +<p class="apache">Apache HTTP Server Version 2.1</p>
  +<img alt="" src="../images/feather.gif" /></div>
  +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
  +<div id="path">
  +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
  +<div id="page-content">
  +<div id="preamble"><h1>Apache Module mpm_winnt</h1>
  +<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>This Multi-Processing Module is optimized for Windows
  +    NT.</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  +<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>mpm_winnt_module</td></tr>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mpm_winnt.c</td></tr></table>
  +<h3>Summary</h3>
  +
       <p>This Multi-Processing Module (MPM) is the default for the
       Windows NT operating systems. It uses a single control process
       which launches a single child process which in turn creates
       threads to handle requests</p>
  -</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
  +</div>
  +<div id="quickview"><h3 class="directives">Directives</h3>
  +<ul id="toc">
  +<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
  @@ -22,4 +42,11 @@
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadlimit">ThreadLimit</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadsperchild">ThreadsPerChild</a></li>
  -</ul></div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>
  \ No newline at end of file
  +</ul>
  +</div>
  +
  +</div>
  +<div id="footer">
  +<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  +<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>
  +</body></html>
  \ No newline at end of file