From 7771508ac906f1fa7a4f88e5301bf9fb6a796b89 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 16 Jul 2018 19:47:16 +0000 Subject: [PATCH] paraphrase slightly better git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836061 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/caching.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 9131e342bd..f67ed0a09b 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.
  • -- 2.40.0