[deployment-guide/comm-rel: 490/727] Updated the CacheRoot directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:06:05 UTC 2010


commit 94836ba9146eb8f0b1dff28ecfa1c9930b090078
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 25 15:52:29 2010 +0200

    Updated the CacheRoot directive description.

 en-US/The_Apache_HTTP_Server.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 8acb9cd..a0a040d 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -657,6 +657,22 @@ AddIcon /icons/blank.png ^^BLANKICON^^</screen>
             </example>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term><option>CacheRoot</option></term>
+          <listitem>
+            <para>
+              The <option>CacheRoot</option> directive allows you to specify the directory to store the cache files in. It takes the following form:
+            </para>
+            <screen>CacheRoot <replaceable>directory</replaceable></screen>
+            <para>
+              The default option is <filename class="directory">/var/cache/mod_proxy/</filename>.
+            </para>
+            <example id="example-apache-httpdconf-cacheroot">
+              <title>Using the <option>CacheRoot</option> directive</title>
+              <screen>CacheRoot /var/cache/mod_proxy</screen>
+            </example>
+          </listitem>
+        </varlistentry>
       </variablelist>
       <formalpara id="s2-apache-cachedirectives">
         <title>Cache Directives</title>


More information about the docs-commits mailing list