]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Grammar and whitespace cleanup
authorVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 14:05:40 +0000 (14:05 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 14:05:40 +0000 (14:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766324 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml

index 1feebc0b27ccf0e85b499917baff4f2f03505d93..0925734fe38b4afb84f86b5ac0814061451875ce 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>
 
@@ -307,10 +307,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">
@@ -338,7 +337,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>