]> granicus.if.org Git - apache/commitdiff
Clarify the sample configuration.
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 12 Nov 2004 13:26:05 +0000 (13:26 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 12 Nov 2004 13:26:05 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105758 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.xml

index b69310b9b37378ae1ab4ab7bbb6da5ab38321e24..5b86a7549342e52b934bdd0ea0ef06d8435373bd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -96,6 +96,8 @@
       &lt;IfModule mod_cache.c&gt;<br />
       <indent>
         #LoadModule disk_cache_module modules/mod_disk_cache.so<br />
+        # If you want to use mod_disk_cache instead of mod_mem_cache,
+        # uncomment the line above and comment out the LoadModule line below.
         &lt;IfModule mod_disk_cache.c&gt;<br />
         <indent>
           CacheRoot c:/cacheroot<br />