From: Nick Kew Date: Thu, 10 Nov 2011 00:40:00 +0000 (+0000) Subject: mod_proxy_html: Add ProxyHTMLURLMap conditions to docs. X-Git-Tag: 2.3.16~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0b37a45b63a6a7d7380e8eca2bc87f8773806f;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy_html: Add ProxyHTMLURLMap conditions to docs. Seems they got lost in the initial docs drop! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200063 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_html.xml b/docs/manual/mod/mod_proxy_html.xml index b776132325d..2d3555b771f 100644 --- a/docs/manual/mod/mod_proxy_html.xml +++ b/docs/manual/mod/mod_proxy_html.xml @@ -138,6 +138,14 @@ 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.