summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2009-04-18 16:30:26 +0000
committerVincent Bray <noodl@apache.org>2009-04-18 16:30:26 +0000
commitaa085b29b3c8bb78d03acd7fa5a8956ec1fefbb4 (patch)
tree78a9c6790f1e369d29780ed70a37f4846d0878fc
parentb54a5accadbd1f1fc88928c991a9754b84ddc6b8 (diff)
downloadhttpd-aa085b29b3c8bb78d03acd7fa5a8956ec1fefbb4.tar.gz
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
-rw-r--r--docs/manual/caching.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml
index d4e417ffb2..ffbca3b44f 100644
--- a/docs/manual/caching.xml
+++ b/docs/manual/caching.xml
@@ -287,7 +287,7 @@
not be cached.</p>
<p>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.</p>
</section>
@@ -308,10 +308,9 @@ Vary: negotiate,accept-language,accept-charset
</example>
<p><module>mod_cache</module> 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.</p>
</section>
-
</section>
<section id="security">
@@ -339,7 +338,7 @@ Vary: negotiate,accept-language,accept-charset
directive, or <module>mod_expires</module>. Left unchecked,
<module>mod_cache</module> - very much like a reverse proxy - would cache
the content when served and then serve it to any client, on any IP
- address.</p>
+ address.</p>
</section>
<section>