From: Eric Covener
Date: Wed, 20 Nov 2013 19:04:19 +0000 (+0000)
Subject: doc behavior change in r821333, CacheEnable foo / does not apply to forward
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f480b2a21cd3ad0fe054e87978d2fcfbe1630e;p=thirdparty%2Fapache%2Fhttpd.git
doc behavior change in r821333, CacheEnable foo / does not apply to forward
proxy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1543907 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index 7d11ae40971..cce66e1d2de 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -345,6 +345,8 @@ manager
CacheEnable cache_type [url-string]
server configvirtual host
directory
+A url-string of '/' applied to forward proxy content in 2.2 and
+ earlier.
@@ -372,9 +374,8 @@ manager
LocationMatch sections are processed
before globally defined CacheEnable directives.
- When acting as a forward proxy server, url-string can
- also be used to specify remote sites and proxy protocols which
- caching should be enabled for.
+ When acting as a forward proxy server, url-string must
+ minimally begin with a protocol for which caching should be enabled.
# Cache content (normal handler only)
@@ -389,13 +390,13 @@ CacheQuickHandler off
CacheEnable disk
</LocationMatch>
-# Cache proxied url's (normal or quick handler)
+# Cache all but forward proxy url's (normal or quick handler)
CacheEnable disk /
# Cache FTP-proxied url's (normal or quick handler)
CacheEnable disk ftp://
-# Cache content from www.example.org (normal or quick handler)
+# Cache forward proxy content from www.example.org (normal or quick handler)
CacheEnable disk http://www.example.org/
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index 90474297a1a..0b61459fb60 100644
--- a/docs/manual/upgrading.xml
+++ b/docs/manual/upgrading.xml
@@ -256,6 +256,12 @@ Allow from example.org
jsessionid.
+ mod_cache: The second parameter to
+ CacheEnable only
+ matches forward proxy content if it begins with the correct
+ protocol. In 2.2 and earlier, a parameter of '/' matched all
+ content.
+
mod_ldap: LDAPTrustedClientCert is now
consistently a per-directory setting only. If you use this