git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100765
13f79535-47bb-0310-9956-
ffa450edef68
Deny from all<br />
Allow from internal.example.com<br />
</span>
- </Proxy
+ </Proxy>
</code></p></div>
<div class="example"><h3>Reverse Proxy</h3><p><code>
</span>
</Proxy><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">
Deny from all<br />
Allow from internal.example.com<br />
</indent>
- </Proxy&gr;
+ </Proxy>
</example>
<example><title>Reverse Proxy</title>
</indent>
</Proxy><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 -->