From: Eric Covener Date: Fri, 20 Jul 2018 02:29:59 +0000 (+0000) Subject: xform X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2095e941eb1dc5ce0877238d1f64ae158befcc59;p=apache xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836314 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 2b878b48f3..a1be1692df 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -327,8 +327,9 @@
  1. Caching must be enabled for this URL. See the CacheEnable and CacheDisable directives.
  2. -
  3. The response must have a HTTP status code of 200, 203, 300, 301 or - 410.
  4. +
  5. 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. +
  6. The request must be a HTTP GET request.