Is it possible to configure Apache httpd to ignore/block a specific HTTP method? If so, how?
-
Use a
<Limit>
or<LimitExcept>
section.J. Pablo Fernández : Do you know what to put inside it to block it? Deny from all doesn't work. -
http://httpd.apache.org/docs/2.0/mod/core.html#limit
From samyboy
0 comments:
Post a Comment