[deployment-guide/comm-rel: 493/727] Updated the CacheMaxExpire directive description.

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


commit a264337b1b13a3f6e7926877d666407c502a0280
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 25 17:12:17 2010 +0200

    Updated the CacheMaxExpire 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 2b951ee..bfa7be4 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -690,6 +690,22 @@ AddIcon /icons/blank.png ^^BLANKICON^^</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
+          <term><option>CacheMaxExpire</option></term>
+          <listitem>
+            <para>
+              The <option>CacheMaxExpire</option> directive allows you to specify how long to cache a document. It takes the following form:
+            </para>
+            <screen>CacheMaxExpire <replaceable>seconds</replaceable></screen>
+            <para>
+              The default option is <literal>86400</literal> seconds (that is, one day).
+            </para>
+            <example id="example-apache-httpdconf-cachemaxexpire">
+              <title>Using the <option>CacheMaxExpire</option> directive</title>
+              <screen>CacheMaxExpire 86400</screen>
+            </example>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
           <term><option>CacheRoot</option></term>
           <listitem>
             <para>


More information about the docs-commits mailing list