]> granicus.if.org Git - apache/commitdiff
Update transformations.
authorGraham Leggett <minfrin@apache.org>
Sun, 27 Jan 2013 16:10:28 +0000 (16:10 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 27 Jan 2013 16:10:28 +0000 (16:10 +0000)
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
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko

index 141ff276051728b3faeaea2cb0c60eb913813592..e7a9badab6e333df4687140fad24260cdd002925 100644 (file)
@@ -498,23 +498,25 @@ manager</td></tr>
     caching should be enabled for.</p>
 
     <pre class="prettyprint lang-config">
-# Cache content
+# Cache content (normal handler only)
+CacheQuickHandler off
 &lt;Location /foo&gt;
     CacheEnable disk
 &lt;/Location&gt;
 
-# Cache regex
+# Cache regex (normal handler only)
+CacheQuickHandler off
 &lt;LocationMatch foo$&gt;
     CacheEnable disk
 &lt;/LocationMatch&gt;
 
-# 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/
     </pre>
 
index 35bc41961d4aa4049022681548596160b744eff6..7736dbab5cdae5819f805adb9e58b64dd069116e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 504183:1371059 (outdated) -->
+<!-- English Revision: 504183:1439108 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 56d024ce92320b86f923ae3c8af501984f90020f..dfb345adacba41818430a185bc2304687b1ad4a1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105569:1371059 (outdated) -->
+<!-- English Revision: 105569:1439108 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more