Apache LimitExcept not behaving as expected
Posted
by Farseeker
on Server Fault
See other posts from Server Fault
or by Farseeker
Published on 2010-06-18T02:40:21Z
Indexed on
2010/06/18
2:43 UTC
Read the original article
Hit count: 362
I have the following directive in my Apache httpd.conf:
<LimitExcept OPTIONS PROPFIND REPORT>
deny from all
</LimitExcept>
OPTIONS and PROPFIND work as expected, but REPORT returns 400: Bad Request. Removing the LimitExcept alltogether and everything works as expected.
Any ideas on why this might be?
(This is the implementation of my question here).
© Server Fault or respective owner