summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_cache.html.en
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2009-10-03 16:54:52 +0200
committerGraham Leggett <minfrin@apache.org>2009-10-03 16:54:52 +0200
commit344031c29c19b07d94b81bf40e04d423502df2ec (patch)
tree53df471051f563110fec9cae139aca0e374e825a /docs/manual/mod/mod_cache.html.en
parentmod_cache: Fix uri_meets_conditions() so that CacheEnable will (diff)
downloadapache2-344031c29c19b07d94b81bf40e04d423502df2ec.tar.xz
apache2-344031c29c19b07d94b81bf40e04d423502df2ec.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.html.en')
-rw-r--r--docs/manual/mod/mod_cache.html.en11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 828777b1f1..3de2da8147 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -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>