]> granicus.if.org Git - apache/commitdiff
I thought we got rid of all the <Limit> ... </Limit> in our examples... is
authordgaudet <dgaudet@unknown>
Wed, 4 Mar 1998 08:53:52 +0000 (08:53 +0000)
committerdgaudet <dgaudet@unknown>
Wed, 4 Mar 1998 08:53:52 +0000 (08:53 +0000)
there some reason this one is still around?  I'm ditching it anyhow unless
someone explains why it's necessary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80383 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html

index b8c6e3ca0963e5ad765b4510535ba3bea518f39f..91a4664a478509eb43149f24cb4e5b376f64ee85 100644 (file)
@@ -881,11 +881,9 @@ control block using the following example:<P>
 
 <PRE>
 &lt;Directory proxy:*&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]
-&lt;/Limit&gt;
 &lt;/Directory&gt;
 </PRE><P>