From: Eric Covener Date: Mon, 16 Jul 2018 19:47:16 +0000 (+0000) Subject: paraphrase slightly better X-Git-Tag: 2.4.35~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7771508ac906f1fa7a4f88e5301bf9fb6a796b89;p=thirdparty%2Fapache%2Fhttpd.git paraphrase slightly better git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 9131e342bdb..f67ed0a09b9 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -333,8 +333,9 @@ module="mod_cache">CacheEnable and CacheDisable directives. -
  • The response must have a HTTP status code of 200, 203, 300, 301 or - 410.
  • +
  • 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. +
  • The request must be a HTTP GET request.