]> granicus.if.org Git - apache/commitdiff
Update doc to match change to mod_cache to include s-maxage in
authorDaniel Earl Poirier <poirier@apache.org>
Fri, 9 Oct 2009 14:32:00 +0000 (14:32 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Fri, 9 Oct 2009 14:32:00 +0000 (14:32 +0000)
some cacheability decisions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823563 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml

index 0925734fe38b4afb84f86b5ac0814061451875ce..5c1ac0428d90e1e66835424c7a2f854f581a0185 100644 (file)
         in the "Cache-Control:" header.</li>
 
         <li>If the URL included a query string (e.g. from a HTML form GET
-        method) it will not be cached unless the response includes an
-        "Expires:" header, as per RFC2616 section 13.9.</li>
+        method) it will not be cached unless the response specifies an
+        explicit expiration by including an "Expires:" header or the max-age
+        or s-maxage directive of the "Cache-Control:" header, as per RFC2616
+        sections 13.9 and 13.2.1.</li>
 
         <li>If the response has a status of 200 (OK), the response must
         also include at least one of the "Etag", "Last-Modified" or
-        the "Expires" headers, unless the 
+        the "Expires" headers, or the max-age or s-maxage directive of
+        the "Cache-Control:" header, unless the 
         <directive module="mod_cache">CacheIgnoreNoLastMod</directive> 
         directive has been used to require otherwise.</li>