]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/MMapStatic/MMapFile/ and copy changes from trunk
authorVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 16:30:26 +0000 (16:30 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 16:30:26 +0000 (16:30 +0000)
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

index d4e417ffb2f9aacb34762cc85a3664d594445eca..ffbca3b44f8aacb820b8fc87eb76667be2f13dee 100644 (file)
       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>