From 3a70ade320ace10a4174347be09773e5af64980b Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sun, 27 Jan 2013 16:10:28 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439109 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 12 +++++++----- docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) 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 @@ - + +