]> granicus.if.org Git - apache/commitdiff
Changed to a <dl> in warning note to comply with the DTD.
authorpatrikj <patrikj@apache.org>
Mon, 6 May 2002 01:22:31 +0000 (01:22 +0000)
committerpatrikj <patrikj@apache.org>
Mon, 6 May 2002 01:22:31 +0000 (01:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94937 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.xml

index a33edb26a77333048e451b52ab0a98187d0575aa..19d414ab4a0c79f7305487ce0503205fa54d6571 100644 (file)
@@ -19,16 +19,16 @@ This module is experimental. Documentation is still under development...
     mod_cache requires the services of one or more storage
     management modules. Two storage management modules are included in
     the base Apache distribution:</p>
-    <ul>
-    <li><em>mod_disk_cache</em></li><br />
-    implements a disk based storage manager for use with mod_proxy</br>
-    <li><em>mod_mem_cache</em></li><br />
-    implements an in-memory based storage manager. mod_mem_cache
+    <dl>
+    <dt><em>mod_disk_cache</em></dt>
+    <dd>implements a disk based storage manager for use with mod_proxy</dd>
+    <dt><em>mod_mem_cache</em></dt>
+    <dd>implements an in-memory based storage manager. mod_mem_cache
     can be configured to operate in two modes: caching open file
     descriptors or caching objects in heap storage. <em>mod_mem_cache</em>
     is most useful when used to cache locally generated content or to cache 
-    backend server content for mod_proxy configured for ProxyPass (aka <em>reverse proxy</em>)
-    </ul>
+    backend server content for mod_proxy configured for ProxyPass (aka <em>reverse proxy</em>)</dd>
+    </dl>
     <p>Content stored and retrived keyed to the URL. Content with
     access protections is not cached.</p>
 </summary>