From: David Shane Holden Date: Mon, 20 Jan 2003 02:22:30 +0000 (+0000) Subject: The correct syntax is not . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65858946400ada741dfa8f0434d869640d8220c0;p=thirdparty%2Fapache%2Fhttpd.git 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 3619afd78ef..66dfe653f9b 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 ef73fa81bae..8ac02514348 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