http://qs1969.pair.com?node_id=354417


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

  • Comment on Re: Re: How can I stop webdav exploits from hitting my server?