From: Graham Leggett Date: Sun, 27 Jan 2013 16:02:22 +0000 (+0000) Subject: Clarify more clearly in the examples which configurations are limited X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c82292c91b24640c288e6009071dc253a543a0;p=thirdparty%2Fapache%2Fhttpd.git Clarify more clearly in the examples which configurations are limited to CacheQuickHandler off and which support both. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1439106 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 5c47e60dea9..bb5946ca76b 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -377,23 +377,25 @@ manager caching should be enabled for.

-# Cache content +# Cache content (normal handler only) +CacheQuickHandler off <Location /foo> CacheEnable disk </Location> -# Cache regex +# Cache regex (normal handler only) +CacheQuickHandler off <LocationMatch foo$> CacheEnable disk </LocationMatch> -# Cache proxied url's +# Cache proxied url's (normal or quick handler) CacheEnable disk / -# Cache FTP-proxied url's +# Cache FTP-proxied url's (normal or quick handler) CacheEnable disk ftp:// -# Cache content from www.example.org +# Cache content from www.example.org (normal or quick handler) CacheEnable disk http://www.example.org/