From: Graham Leggett Date: Sun, 27 Jan 2013 16:10:28 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.4.4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a70ade320ace10a4174347be09773e5af64980b;p=apache Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 141ff27605..e7a9badab6 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -498,23 +498,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/
     
diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 35bc41961d..7736dbab5c 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + +