From 1a71a61ba5d9d2502ca1f4446deb57aba4d2dee0 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 10 Nov 2011 20:00:41 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_html.html.en | 7 +++++++ 1 file changed, 7 insertions(+) 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.

-- 2.47.2