Commit 51b692a2 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Clarify the sample configuration.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105758 13f79535-47bb-0310-9956-ffa450edef68
parent 522a75f4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
<?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 />