]> granicus.if.org Git - apache/commitdiff
paraphrase slightly better
authorEric Covener <covener@apache.org>
Mon, 16 Jul 2018 19:47:16 +0000 (19:47 +0000)
committerEric Covener <covener@apache.org>
Mon, 16 Jul 2018 19:47:16 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836061 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml

index 9131e342bdb75197026cdcab5cce491246d5b6e2..f67ed0a09b914870e12189be323677bd9c458a9d 100644 (file)
         module="mod_cache">CacheEnable</directive> and <directive
         module="mod_cache">CacheDisable</directive> directives.</li>
 
-        <li>The response must have a HTTP status code of 200, 203, 300, 301 or
-        410.</li>
+        <li>If the response has an HTTP status code other than 200, 203, 300, 
+        301 or 410 it must also specify an "Expires" or "Cache-Control" header.
+        </li>
 
         <li>The request must be a HTTP GET request.</li>