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
<PRE>
<Directory proxy:*>
-<Limit GET PUT POST DELETE CONNECT OPTIONS>
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]
-</Limit>
</Directory>
</PRE><P>