]> granicus.if.org Git - apache/commitdiff
Fix typos.
authorJoshua Slive <slive@apache.org>
Thu, 24 Jul 2003 15:29:21 +0000 (15:29 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 24 Jul 2003 15:29:21 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100765 13f79535-47bb-0310-9956-ffa450edef68

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

index be7eb9d331f778d109e72a66029e0b9c6a47f4cf..613bf875242efdd2c6773a9cb33c9b5c85a3f0b7 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 -->