![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Re: How can I stop webdav exploits from hitting my server?by Nitrox (Chaplain) |
on May 18, 2004 at 20:01 UTC ( #354417=note: print w/replies, xml ) | Need Help?? |
From the Apache docs for the <Limit> Directive:
The method names listed can be one or more of: GET, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also restrict HEAD requests. The TRACE method cannot be limited. -Nitrox
In Section
Seekers of Perl Wisdom
|
|