1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Grammar and whitespace cleanup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Bray
2009-04-18 14:05:40 +00:00
parent 909159f2ef
commit df8b6e95a0

View File

@@ -286,7 +286,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>
@@ -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>