summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Murcko <chuck@apache.org>1997-05-09 09:23:02 +0000
committerChuck Murcko <chuck@apache.org>1997-05-09 09:23:02 +0000
commit4ec7800383ef4ada9056af7d81d272427c77ec3e (patch)
treee449e8c47a9502cd42f838dc75a4f6aaf4599021
parent40cdab1c86c5c25d4d39135fd4199aba9dccc25f (diff)
downloadhttpd-4ec7800383ef4ada9056af7d81d272427c77ec3e.tar.gz
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
-rw-r--r--docs/manual/mod/mod_proxy.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index 19a293e69b..a6e339e171 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -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