]> granicus.if.org Git - apache/commitdiff
The correct syntax is <ProxyMatch> not <Proxy>.
authorDavid Shane Holden <dpejesh@apache.org>
Mon, 20 Jan 2003 02:22:30 +0000 (02:22 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Mon, 20 Jan 2003 02:22:30 +0000 (02:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98358 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 3619afd78efdb9c518d62700eccce82e65d5e5ab..66dfe653f9baa88dbcf7984c86369e2d7aece6a8 100644 (file)
@@ -560,7 +560,7 @@ connections</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Container for directives applied to regular-expression-matched 
 proxied resources</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;ProxyMatch <em>regex</em>&gt; ...&lt;/ProxyMatch&gt;</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
index ef73fa81bae91db158d8b7a0fe2858e5a3d8bd4a..8ac0251434846c43b1a3acba79e30c9556921d5a 100644 (file)
@@ -315,7 +315,7 @@ server:</p>
 <name>ProxyMatch</name>
 <description>Container for directives applied to regular-expression-matched 
 proxied resources</description>
-<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
+<syntax>&lt;ProxyMatch <em>regex</em>&gt; ...&lt;/ProxyMatch&gt;</syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>