From: Vincent Bray Date: Sat, 18 Apr 2009 14:05:40 +0000 (+0000) Subject: Grammar and whitespace cleanup X-Git-Tag: 2.3.3~715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df8b6e95a04ac3e81dec7ed62e4cd80a17d0610c;p=thirdparty%2Fapache%2Fhttpd.git Grammar and whitespace cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766324 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 1feebc0b27c..0925734fe38 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.