]> granicus.if.org Git - apache/commitdiff
mention mod_expires bailing out when the handler has set an Expires header.
authorEric Covener <covener@apache.org>
Tue, 3 May 2011 00:34:23 +0000 (00:34 +0000)
committerEric Covener <covener@apache.org>
Tue, 3 May 2011 00:34:23 +0000 (00:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098872 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_expires.html.en
docs/manual/mod/mod_expires.xml

index b1bca4fc76f7b132a3878f4d4036d7bf02a514d9..40523ec084504780ed8b26ce6ee8eeff12968bb7 100644 (file)
@@ -52,6 +52,10 @@ criteria</td></tr>
     <code>max-age</code> (see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">RFC
     2616 section 14.9</a>), you can use the <code class="directive"><a href="../mod/mod_headers.html#header">Header</a></code> directive.</p>
 
+    <p> When the <code>Expires</code> header is already part of the response
+    generated by the server, for example when generated by a CGI script or 
+    proxied from an origin server, this module does not change or add
+    an <code>Expires</code> or <code>Cache-Control</code> header..</p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
index 067cb822387c2464172931a45a9c9d13ff4cc806..bc646586ba2b84ba974d95c323f7eea5a2ffba83 100644 (file)
@@ -51,6 +51,10 @@ criteria</description>
     2616 section 14.9</a>), you can use the <directive
     module="mod_headers">Header</directive> directive.</p>
 
+    <p> When the <code>Expires</code> header is already part of the response
+    generated by the server, for example when generated by a CGI script or 
+    proxied from an origin server, this module does not change or add
+    an <code>Expires</code> or <code>Cache-Control</code> header..</p>
 </summary>
 
 <section id="AltSyn"><title>Alternate Interval Syntax</title>