summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-11-10 20:00:41 +0000
committerRich Bowen <rbowen@apache.org>2011-11-10 20:00:41 +0000
commit1a71a61ba5d9d2502ca1f4446deb57aba4d2dee0 (patch)
tree87687bc3489a3f44988d0b4fe49c9e2f00aeca51
parent933c83b03f916b416081845957133af5027b4a4d (diff)
downloadhttpd-1a71a61ba5d9d2502ca1f4446deb57aba4d2dee0.tar.gz
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
-rw-r--r--docs/manual/mod/mod_proxy_html.html.en7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en
index 1fe59a2444..744559e935 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.</p>
</dd>
</dl>
+<p>The optional fourth <strong>cond</strong> argument defines a condition
+that will be evaluated per Request, provided
+<code class="directive">ProxyHTMLInterp</code> 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>
</div>
</div>