xform
authorEric Covener <covener@apache.org>
Fri, 20 Jul 2018 02:30:36 +0000 (02:30 +0000)
committerEric Covener <covener@apache.org>
Fri, 20 Jul 2018 02:30:36 +0000 (02:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836315 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en

index ab46d61652da9128fa2fe43196783df33f7ce08a..a1245bdd3e9933784f6c373b6115a5454fd6315c 100644 (file)
       <ol>
         <li>Caching must be enabled for this URL. See the <code class="directive"><a href="./mod/mod_cache.html#cacheenable">CacheEnable</a></code> and <code class="directive"><a href="./mod/mod_cache.html#cachedisable">CacheDisable</a></code> 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>