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

cvs commit: httpd-2.0/docs/manual/mod mod_cache.xml mod_cache.html.en

erikabele    2002/08/18 06:04:19

  Modified:    docs/manual/mod mod_cache.xml mod_cache.html.en
  Log:
  Get XML to conform to current DTD.
  
  Revision  Changes    Path
  1.6       +8 -11     httpd-2.0/docs/manual/mod/mod_cache.xml
  
  Index: mod_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cache.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_cache.xml	13 Aug 2002 23:01:13 -0000	1.5
  +++ mod_cache.xml	18 Aug 2002 13:04:19 -0000	1.6
  @@ -10,10 +10,9 @@
   <identifier>cache_module</identifier>
   
   <summary>
  -
  -<note type="warning">
  -This module is experimental. Documentation is still under development...
  -</note>
  +    <note type="warning">
  +    This module is experimental. Documentation is still under development...
  +    </note>
       <p>mod_cache implements an RFC 2616 compliant HTTP content
       cache that can be used to cache either local or proxied content.
       mod_cache requires the services of one or more storage
  @@ -31,7 +30,9 @@
       </dl>
       <p>Content stored and retrived keyed to the URL. Content with
       access protections is not cached.</p>
  +</summary>
   
  +<section id="related"><title>Related Modules and Directives</title>
       <related>
         <modulelist>
           <module>mod_disk_cache</module>
  @@ -58,12 +59,10 @@
           <directive module="mod_mem_cache">MCacheRemovalAlgorithm</directive>
         </directivelist>
       </related>
  -</summary>
  +</section>
   
   <section><title>Sample Configuration</title>
  -
   <example><title>Sample httpd.conf</title>
  -
   # <br />
   # Sample Cache Configuration  <br />
   # <br />
  @@ -90,9 +89,7 @@
      &lt;/IfModule&gt; <br />
   <p />
   &lt;/IfModule&gt; <br />
  -
   </example>
  -
   </section>
   
   <directivesynopsis>
  @@ -156,7 +153,7 @@
   <name>CacheMaxExpire</name>
   <description>The maximum time in seconds to cache a document</description>
   <syntax>CacheMaxExpire <em>seconds</em></syntax>
  -<default>CacheMaxExpire 86400 <em>(one day)</em></default>
  +<default>CacheMaxExpire 86400 (one day)</default>
   <contextlist><context>server config</context></contextlist>
   
   <usage>
  @@ -170,7 +167,7 @@
   <directivesynopsis>
   <name>CacheDefaultExpire</name>
   <syntax>CacheDefaultExpire <em>seconds</em></syntax>
  -<default>CacheDefaultExpire 3600 <em>(one hour)</em></default>
  +<default>CacheDefaultExpire 3600 (one hour)</default>
   <contextlist><context>server config</context></contextlist>
   
   <usage>
  
  
  
  1.7       +5 -10     httpd-2.0/docs/manual/mod/mod_cache.html.en
  
  Index: mod_cache.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cache.html.en,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_cache.html.en	14 Aug 2002 18:56:00 -0000	1.6
  +++ mod_cache.html.en	18 Aug 2002 13:04:19 -0000	1.7
  @@ -6,10 +6,9 @@
                         </span></td><td>Content cache keyed to URIs.</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status:
                         </a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:
                           </a></td><td>cache_module</td></tr></table></td></tr></table><h2>Summary</h2>
  -
  -<blockquote><table><tr><td bgcolor="#ffe5f5">
  -This module is experimental. Documentation is still under development...
  -</td></tr></table></blockquote>
  +    <blockquote><table><tr><td bgcolor="#ffe5f5">
  +    This module is experimental. Documentation is still under development...
  +    </td></tr></table></blockquote>
       <p>mod_cache implements an RFC 2616 compliant HTTP content
       cache that can be used to cache either local or proxied content.
       mod_cache requires the services of one or more storage
  @@ -27,12 +26,10 @@
       </dl>
       <p>Content stored and retrived keyed to the URL. Content with
       access protections is not cached.</p>
  -
  +<h2>Directives</h2><ul><li><a href="#cachedefaultexpire">CacheDefaultExpire</a></li><li><a href="#cachedisable">CacheDisable</a></li><li><a href="#cacheenable">CacheEnable</a></li><li><a href="#cacheforcecompletion">CacheForceCompletion</a></li><li><a href="#cacheforcecompletion">CacheForceCompletion</a></li><li><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></li><li><a href="#cacheignorenolastmod">CacheIgnoreNoLastMod</a></li><li><a href="#cachelastmodifiedfactor">CacheLastModifiedFactor</a></li><li><a href="#cachemaxexpire">CacheMaxExpire</a></li><li><a href="#cacheon">CacheOn</a></li></ul><h2><a name="related">Related Modules and Directives</a></h2>
       <table border="1"><tr><td valign="top"><strong>Related Modules</strong><br><br><code><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code><br><code><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code><br></td><td valign="top"><strong>Related Directives</strong><br><br><a href="../mod/mod_disk_cache.html#cacheroot" class="directive"><code class="directive">CacheRoot</code></a><br><a href="../mod/mod_disk_cache.html#cachesize" class="directive"><code class="directive">CacheSize</code></a><br><a href="../mod/mod_disk_cache.html#cachegcinterval" class="directive"><code class="directive">CacheGcInterval</code></a><br><a href="../mod/mod_disk_cache.html#cachedirlevels" class="directive"><code class="directive">CacheDirLevels</code></a><br><a href="../mod/mod_disk_cache.html#cachedirlength" class="directive"><code class="directive">CacheDirLength</code></a><br><a href="../mod/mod_disk_cache.html#cacheexpirycheck" class="directive"><code class="directive">CacheExpiryCheck</code></a><br><a href="../mod/mod_disk_cache.html#cacheminfilesize" class="directive"><code class="directive">CacheMinFileSize</code></a><br><a href="../mod/mod_disk_cache.html#cachemaxfilesize" class="directive"><code class="directive">CacheMaxFileSize</code></a><br><a href="../mod/mod_disk_cache.html#cachetimemargin" class="directive"><code class="directive">CacheTimeMargin</code></a><br><a href="../mod/mod_disk_cache.html#cachegcdaily" class="directive"><code class="directive">CacheGcDaily</code></a><br><a href="../mod/mod_disk_cache.html#cachegcunused" class="directive"><code class="directive">CacheGcUnused</code></a><br><a href="../mod/mod_disk_cache.html#cachegcclean" class="directive"><code class="directive">CacheGcClean</code></a><br><a href="../mod/mod_disk_cache.html#cachegcmemusage" class="directive"><code class="directive">CacheGcMemUsage</code></a><br><a href="../mod/mod_mem_cache.html#mcachesize" class="directive"><code class="directive">MCacheSize</code></a><br><a href="../mod/mod_mem_cache.html#mcachemaxobjectcount" class="directive"><code class="directive">MCacheMaxObjectCount</code></a><br><a href="../mod/mod_mem_cache.html#mcacheminobjectsize" class="directive"><code class="directive">MCacheMinObjectSize</code></a><br><a href="../mod/mod_mem_cache.html#mcachemaxobjectsize" class="directive"><code class="directive">MCacheMaxObjectSize</code></a><br><a href="../mod/mod_mem_cache.html#mcacheremovalalgorithm" class="directive"><code class="directive">MCacheRemovalAlgorithm</code></a><br></td></tr></table>
  -<h2>Directives</h2><ul><li><a href="#cachedefaultexpire">CacheDefaultExpire</a></li><li><a href="#cachedisable">CacheDisable</a></li><li><a href="#cacheenable">CacheEnable</a></li><li><a href="#cacheforcecompletion">CacheForceCompletion</a></li><li><a href="#cacheforcecompletion">CacheForceCompletion</a></li><li><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></li><li><a href="#cacheignorenolastmod">CacheIgnoreNoLastMod</a></li><li><a href="#cachelastmodifiedfactor">CacheLastModifiedFactor</a></li><li><a href="#cachemaxexpire">CacheMaxExpire</a></li><li><a href="#cacheon">CacheOn</a></li></ul><h2>Sample Configuration</h2>
  -
  +<h2>Sample Configuration</h2>
   <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Sample httpd.conf</strong></p><code>
  -
   # <br>
   # Sample Cache Configuration  <br>
   # <br>
  @@ -59,9 +56,7 @@
      &lt;/IfModule&gt; <br>
   <p></p>
   &lt;/IfModule&gt; <br>
  -
   </code></td></tr></table></blockquote>
  -
   <hr><h2><a name="CacheDefaultExpire">CacheDefaultExpire</a> <a name="cachedefaultexpire">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: 
                     </strong></td><td></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>CacheDefaultExpire <em>seconds</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: