From ff0b37a45b63a6a7d7380e8eca2bc87f8773806f Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Thu, 10 Nov 2011 00:40:00 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_html.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_proxy_html.xml b/docs/manual/mod/mod_proxy_html.xml index b776132325..2d3555b771 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.

-- 2.50.1