]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy_html: Add ProxyHTMLURLMap conditions to docs.
authorNick Kew <niq@apache.org>
Thu, 10 Nov 2011 00:40:00 +0000 (00:40 +0000)
committerNick Kew <niq@apache.org>
Thu, 10 Nov 2011 00:40:00 +0000 (00:40 +0000)
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

index b776132325d54e908ab914bdc44f13dbd4908856..2d3555b771f1c23ba6eb374245a585bbc415e450 100644 (file)
@@ -138,6 +138,14 @@ Patterns supported are as above.</p>
 </dd>
 </dl>
 
+<p>The optional fourth <strong>cond</strong> argument defines a condition
+that will be evaluated per Request, provided
+<directive>ProxyHTMLInterp</directive> is <var>On</var>.
+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.</p>
+<p>A <strong>cond</strong> is evaluated by the <a href="../expr.html"
+>Expression Parser</a>.  In addition, the simpler syntax of conditions
+in mod_proxy_html 3.x for HTTPD 2.0 and 2.2 is also supported.</p>
 </usage>
 </directivesynopsis>