]> granicus.if.org Git - apache/commitdiff
Redo 'controlling access to proxy' section, noting that Limit block is
authorChuck Murcko <chuck@apache.org>
Fri, 9 May 1997 09:23:02 +0000 (09:23 +0000)
committerChuck Murcko <chuck@apache.org>
Fri, 9 May 1997 09:23:02 +0000 (09:23 +0000)
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

docs/manual/mod/mod_proxy.html

index 19a293e69ba1da3ba5ea68122c6e41057da4b096..a6e339e171af7d3b5c55ac150529dba4e56a3852 100644 (file)
@@ -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