From: David Shane Holden Date: Mon, 20 Jan 2003 02:22:30 +0000 (+0000) Subject: The correct syntax is not . X-Git-Tag: pre_ajp_proxy~2251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9967bc882a94c77e4f5b2e2262e29c3d3f3e43c1;p=apache The correct syntax is not . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 3619afd78e..66dfe653f9 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -560,7 +560,7 @@ connections - + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ef73fa81ba..8ac0251434 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -315,7 +315,7 @@ server:

ProxyMatchContainer for directives applied to regular-expression-matched proxied resources -<Proxy regex> ...</Proxy> +<ProxyMatch regex> ...</ProxyMatch>server config virtual host
Description:Container for directives applied to regular-expression-matched proxied resources
Syntax:<Proxy regex> ...</Proxy>
Syntax:<ProxyMatch regex> ...</ProxyMatch>
Context:server config, virtual host
Status:Extension
Module:mod_proxy