From: Rich Bowen
Date: Thu, 10 Nov 2011 20:00:41 +0000 (+0000)
Subject: Rebuild Nick's change to mod_proxy_html doc.
X-Git-Tag: 2.5.0-alpha~7956
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a71a61ba5d9d2502ca1f4446deb57aba4d2dee0;p=thirdparty%2Fapache%2Fhttpd.git
Rebuild Nick's change to mod_proxy_html doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200509 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en
index 1fe59a24441..744559e9353 100644
--- a/docs/manual/mod/mod_proxy_html.html.en
+++ b/docs/manual/mod/mod_proxy_html.html.en
@@ -345,6 +345,13 @@ Patterns supported are as above.
+The optional fourth cond argument defines a condition
+that will be evaluated per Request, provided
+ProxyHTMLInterp
is On.
+If the condition evaluates FALSE the map will not be applied in this request.
+If TRUE, or if no condition is defined, the map is applied.
+A cond is evaluated by the Expression Parser. In addition, the simpler syntax of conditions
+in mod_proxy_html 3.x for HTTPD 2.0 and 2.2 is also supported.