You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/01/27 17:10:28 UTC

svn commit: r1439109 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_cache.html.en mod_cache.xml.ja mod_cache.xml.ko

Author: minfrin
Date: Sun Jan 27 16:10:28 2013
New Revision: 1439109

URL: http://svn.apache.org/viewvc?rev=1439109&view=rev
Log:
Update transformations.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ko

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.html.en?rev=1439109&r1=1439108&r2=1439109&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.html.en Sun Jan 27 16:10:28 2013
@@ -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>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ja?rev=1439109&r1=1439108&r2=1439109&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ja [utf-8] Sun Jan 27 16:10:28 2013
@@ -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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ko?rev=1439109&r1=1439108&r2=1439109&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.ko [euc-kr] Sun Jan 27 16:10:28 2013
@@ -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