]> granicus.if.org Git - apache/commitdiff
Update transformations.
authorGraham Leggett <minfrin@apache.org>
Sat, 3 Oct 2009 14:54:52 +0000 (14:54 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 3 Oct 2009 14:54:52 +0000 (14:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821334 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 828777b1f197826ba2f8d43d08df57c2a888f3cc..3de2da81476ffdf992277ff665c60a4af594e8bb 100644 (file)
@@ -327,6 +327,17 @@ manager</td></tr>
       CacheEnable  disk  http://www.apache.org/<br />
     </code></p></div>
 
+    <p>A hostname starting with a <strong>"*"</strong> matches all hostnames with
+    that suffix. A hostname starting with <strong>"."</strong> matches all
+    hostnames containing the domain components that follow.</p>
+
+    <div class="example"><p><code>
+      # Match www.apache.org, and fooapache.org<br />
+      CacheEnable  disk  http://*apache.org/<br />
+      # Match www.apache.org, but not fooapache.org<br />
+      CacheEnable  disk  http://.apache.org/<br />
+    </code></p></div>
+
     <p> The <code>no-cache</code> environment variable can be set to 
     disable caching on a finer grained set of resources in versions
     2.2.12 and later.</p>
index eb64d27dca412e6d223059657244d93ac03bbf5c..b1f9a1b02b5ddb830826bc9a430426fe44242405 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:810187 (outdated) -->
+<!-- English Revision: 504183:821202 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3ad5403fa8d176493f0edf92e44e5d20fd329b32..dae84a000b88366d62b7f81d0d2934935e42c423 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:810187 (outdated) -->
+<!-- English Revision: 105569:821202 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more