Commit 1b47db5a authored by Chuck Murcko's avatar Chuck Murcko
Browse files

Redo 'controlling access to proxy' section, noting that Limit block is

required, that Files block is required for versions < 1.2b10, and using
all allowable methods in the Limit block.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78128 13f79535-47bb-0310-9956-ffa450edef68
parent 5eeea8ec
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ control block using the following example:<p>

<pre>
&lt;Directory proxy:*&gt;
&lt;Limit GET&gt;
&lt;Limit GET PUT POST DELETE CONNECT OPTIONS&gt;
order deny,allow
deny from [machines you'd like *not* to allow by IP address or name]
allow from [machines you'd like to allow by IP address or name]
@@ -309,6 +309,9 @@ allow from [machines you'd like to allow by IP address or name]
&lt;/Directory&gt;
</pre><p>

A &lt;Files&gt; block will also work, and is the only method known to work
for all possible URLs in Apache versions earlier than 1.2b10.<p>

<h2><a name="shortname">Using Netscape hostname shortcuts</a></h2>

There is an optional patch to the proxy module to allow Netscape-like