From: Graham Leggett
Date: Sun, 3 Oct 2010 13:25:04 +0000 (+0000)
Subject: Update transformations.
X-Git-Tag: 2.3.9~362
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c414d1fb9b8bb78aebe9a52dd91098112cc34b1;p=apache
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003964 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 19d005e8c8..ad1bc840c6 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -157,6 +157,7 @@
CacheIgnoreNoLastMod
CacheIgnoreQueryString
CacheIgnoreURLSessionIdentifiers
+CacheKeyBaseURL
CacheLastModifiedFactor
CacheLock
CacheLockMaxAge
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 15747d869d..4eb70352c5 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -66,6 +66,7 @@
CacheIgnoreNoLastMod
CacheIgnoreQueryString
CacheIgnoreURLSessionIdentifiers
+
CacheKeyBaseURL
CacheLastModifiedFactor
CacheLock
CacheLockMaxAge
@@ -649,6 +650,36 @@ header.
+
+
+
+
+
When the CacheKeyBaseURL
directive
+ is specified, the URL provided will be used as the base URL to calculate
+ the URL of the cache keys in the reverse proxy configuration. When not specified,
+ the scheme, hostname and port of the current virtual host is used to construct
+ the cache key. When a cluster of machines is present, and all cached entries
+ should be cached beneath the same cache key, a new base URL can be specified
+ with this directive.
+
+
+ # Override the base URL of the cache key.
+ CacheKeyBaseURL http://www.example.com/
+
+
+
Take care when setting this directive. If two separate virtual
+ hosts are accidentally given the same base URL, entries from one virtual host
+ will be served to the other.
+
+

diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja
index 3000dfd847..49fe0f8199 100644
--- a/docs/manual/mod/mod_cache.xml.ja
+++ b/docs/manual/mod/mod_cache.xml.ja
@@ -1,7 +1,7 @@
-
+
+