[deployment-guide/comm-rel: 489/727] Added the CacheDisable directive description.

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


commit 8a75fa8d83dcd3a99fa01abfdcf9769a10dbd2bc
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 25 15:43:07 2010 +0200

    Added the CacheDisable 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 5d8aff8..8acb9cd 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -583,6 +583,22 @@ AddIcon /icons/blank.png ^^BLANKICON^^</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
+          <term><option>CacheDisable</option></term>
+          <listitem>
+            <para>
+              The <option>CacheDisable</option> directive allows you to disable caching of certain URLs. It takes the following form:
+            </para>
+            <screen>CacheDisable <replaceable>url</replaceable></screen>
+            <para>
+              Note that the <replaceable>url</replaceable> option is case sensitive.
+            </para>
+            <example id="example-apache-httpdconf-cachedisable">
+              <title>Using the <option>CacheDisable</option> directive</title>
+              <screen>CacheDisable /temporary</screen>
+            </example>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
           <term><option>CacheEnable</option></term>
           <listitem>
             <para>


More information about the docs-commits mailing list