From 01823d0a5d207f1a47d1f894dc25cd3e31a4d12e Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 20 Jul 2018 02:30:36 +0000 Subject: [PATCH] xform 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index ab46d61652..a1245bdd3e 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.
  7. -- 2.40.0