Commit 01c4df2c authored by Eric Covener's avatar Eric Covener
Browse files

xform



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836315 13f79535-47bb-0310-9956-ffa450edef68
parent 384679ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -327,8 +327,9 @@
      <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>