From: Eric Covener Date: Fri, 23 Aug 2013 14:37:09 +0000 (+0000) Subject: s/authorisation/authorization/ for consistency with the rest of this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6ba629131e98fa3c530064c1ee35ad7096081c;p=thirdparty%2Fapache%2Fhttpd.git s/authorisation/authorization/ for consistency with the rest of this doc and manual git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 9c59a486984..80fa83532ab 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -246,14 +246,14 @@ LoadModule cache_module modules/mod_cache.so

While this mode offers the best performance, the administrator may find that under certain circumstances they may want to perform further processing on the request after the request is cached, such as to inject personalisation into the - cached page, or to apply authorisation restrictions to the content. Under these + cached page, or to apply authorization restrictions to the content. Under these circumstances, an administrator is often forced to place independent reverse proxy servers either behind or in front of the caching server to achieve this.

To solve this problem the CacheQuickHandler directive can be set to off, and the server will process all phases normally handled by a non-cached request, including the - authentication and authorisation phases.

+ authentication and authorization phases.

In addition, the administrator may optionally specify the precise point within the filter chain where caching is to take place by adding the @@ -926,7 +926,7 @@ CacheLock on

When disabled, the cache operates as a normal handler, and is subject to the full set of phases when handling a server request. While this mode is slower than the default, it allows the cache to be used in cases where full - processing is required, such as when content is subject to authorisation.

+ processing is required, such as when content is subject to authorization.

# Run cache as a normal handler