From: Eric Covener Date: Mon, 16 Jul 2018 19:45:36 +0000 (+0000) Subject: paraphrase rfcs/code better X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f9aa0a353b3cb65cb84448cbb7df36e481bfea3;p=apache paraphrase rfcs/code better git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836059 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 7be4fa40fc..6fa66aa2a9 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 "Expires" or "Cache-Control" header. +
  • The request must be a HTTP GET request.