From: Graham Leggett
Date: Sat, 3 Oct 2009 14:54:52 +0000 (+0000)
Subject: Update transformations.
X-Git-Tag: 2.3.3~222
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=344031c29c19b07d94b81bf40e04d423502df2ec;p=thirdparty%2Fapache%2Fhttpd.git
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821334 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 828777b1f19..3de2da81476 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -327,6 +327,17 @@ manager
CacheEnable disk http://www.apache.org/
+ A hostname starting with a "*" matches all hostnames with
+ that suffix. A hostname starting with "." matches all
+ hostnames containing the domain components that follow.
+
+
+ # Match www.apache.org, and fooapache.org
+ CacheEnable disk http://*apache.org/
+ # Match www.apache.org, but not fooapache.org
+ CacheEnable disk http://.apache.org/
+
+
The no-cache environment variable can be set to
disable caching on a finer grained set of resources in versions
2.2.12 and later.
diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja
index eb64d27dca4..b1f9a1b02b5 100644
--- a/docs/manual/mod/mod_cache.xml.ja
+++ b/docs/manual/mod/mod_cache.xml.ja
@@ -1,7 +1,7 @@
-
+
+