]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Fri, 20 Jul 2018 02:29:59 +0000 (02:29 +0000)
committerEric Covener <covener@apache.org>
Fri, 20 Jul 2018 02:29:59 +0000 (02:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836314 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en

index 2b878b48f3a891bedde18888ab50e58687d46b16..a1be1692df5a7ef0e88c1dbc9fd69c2aaf15cd01 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>