You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/11/12 14:26:05 UTC

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

yoshiki     2004/11/12 05:26:05

  Modified:    docs/manual/mod mod_cache.xml
  Log:
  Clarify the sample configuration.
  
  Revision  Changes    Path
  1.19      +3 -1      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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_cache.xml	23 Oct 2004 17:45:54 -0000	1.18
  +++ mod_cache.xml	12 Nov 2004 13:26:05 -0000	1.19
  @@ -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 />