From: Rich Bowen Date: Sun, 11 Jun 2006 18:20:04 +0000 (+0000) Subject: Typo correction. X-Git-Tag: 2.3.0~2342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf0912dbf5b8ea546034e65caa29b2244745cd8;p=thirdparty%2Fapache%2Fhttpd.git Typo correction. Submitted by Vincent 'noodl' Bray. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index e9338b73c44..402bbc6bdb1 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -297,7 +297,7 @@ Vary: negotiate,accept-language,accept-charset

Security Considerations

-

Authorisation, Access & and Control

+

Authentication, Authorization and Access Control

Using mod_cache is very much like having a built @@ -314,8 +314,8 @@ Vary: negotiate,accept-language,accept-charset from the cache as long as that content has not expired.

If, for example, your configuration permits access to a resource by IP - address you should ensure that this content is not cached. You can do this by - using the CacheDisable + address you should ensure that this content is not cached. You can do this + by using the CacheDisable 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 diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 543c4e7d0fb..e03cd1a9553 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -319,7 +319,7 @@ Vary: negotiate,accept-language,accept-charset Security Considerations

- Authorisation, Access & and Control + Authentication, Authorization and Access Control

Using mod_cache is very much like having a built in reverse-proxy. Requests will be served by the caching module unless @@ -335,8 +335,8 @@ Vary: negotiate,accept-language,accept-charset from the cache as long as that content has not expired.

If, for example, your configuration permits access to a resource by IP - address you should ensure that this content is not cached. You can do this by - using the CacheDisable + address you should ensure that this content is not cached. You can do this + by using the CacheDisable 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