From df8b6e95a04ac3e81dec7ed62e4cd80a17d0610c Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 18 Apr 2009 14:05:40 +0000 Subject: [PATCH] Grammar and whitespace cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766324 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/caching.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 1feebc0b27..0925734fe3 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -286,7 +286,7 @@ not be cached.

If on the other hand, the content served differs depending on the - values of various HTTP headers, it is possible that it might be possible + values of various HTTP headers, it might be possible to cache it intelligently through the use of a "Vary" header.

@@ -307,10 +307,9 @@ Vary: negotiate,accept-language,accept-charset

mod_cache will only serve the cached content to - requesters with matching accept-language and accept-charset headers + requesters with accept-language and accept-charset headers matching those of the original request.

-
@@ -338,7 +337,7 @@ Vary: negotiate,accept-language,accept-charset directive, or mod_expires. Left unchecked, mod_cache - very much like a reverse proxy - would cache the content when served and then serve it to any client, on any IP - address.

+ address.

-- 2.50.1