in reply to Re: How can I stop webdav exploits from hitting my server?
in thread How can I stop webdav exploits from hitting my server?
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