]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport typo fix.
authorJoshua Slive <slive@apache.org>
Thu, 24 Jul 2003 15:30:12 +0000 (15:30 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 24 Jul 2003 15:30:12 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100766 13f79535-47bb-0310-9956-ffa450edef68

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

index 4b2f3393e69fd6c90db6fa29e1ef6979ebf391a4..0084c1d9a195f0cc1d80ea351bc3a89364203e39 100644 (file)
       Deny from all<br />
       Allow from internal.example.com<br />
     </span>
-    &lt;/Proxy
+    &lt;/Proxy&gt;
     </code></p></div>
 
     <div class="example"><h3>Reverse Proxy</h3><p><code>
     </span>
     &lt;/Proxy&gt;<br />
     <br />
-    ProxyPass /foo/ http://foo.example.com/bar/<br />
-    ProxyPassReverse /foo/ http://foo.example.com/bar/
+    ProxyPass /foo http://foo.example.com/bar<br />
+    ProxyPassReverse /foo http://foo.example.com/bar
     </code></p></div>
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index 2c044a0687097d798f779eba4062b0ee3ac3e00b..3b3cddeab90685a1cef54a6cf5583c8ad018141b 100644 (file)
       Deny from all<br />
       Allow from internal.example.com<br />
     </indent>
-    &lt;/Proxy&gr;
+    &lt;/Proxy&gt;
     </example>
 
     <example><title>Reverse Proxy</title>
     </indent>
     &lt;/Proxy&gt;<br />
     <br />
-    ProxyPass /foo/ http://foo.example.com/bar/<br />
-    ProxyPassReverse /foo/ http://foo.example.com/bar/
+    ProxyPass /foo http://foo.example.com/bar<br />
+    ProxyPassReverse /foo http://foo.example.com/bar
     </example>
     </section> <!-- /examples -->