From aa085b29b3c8bb78d03acd7fa5a8956ec1fefbb4 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 18 Apr 2009 16:30:26 +0000 Subject: [PATCH] s/MMapStatic/MMapFile/ and copy changes from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766350 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 d4e417ffb2f..ffbca3b44f8 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -287,7 +287,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.

@@ -308,10 +308,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.

-
@@ -339,7 +338,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.47.2