You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Justin Mrkva <ma...@justinmrkva.com> on 2014/04/04 15:50:18 UTC

[users@httpd] Apache returns 401 forbidden for OPTIONS requests

I've finally tracked down an error I've been having to Apache returning a 401 for all OPTIONS requests. This happens for any directory, including those that have no Limit or Require directives. These locations all respond to GET requests.

I've posted the httpd.conf at https://gist.github.com/anonymous/d84e4e9721a49789f846 - I went through it but I can't find anything that looks like it's limiting OPTIONS requests. I also went through all included conf files and there’s nothing in those either.

As a further bit of information, the OPTIONS requests return 401 even if the user is authenticated (such as for the Subversion section at the bottom). That's the section I'm most interested in, but the requests fail server wide so it's not just that.

I’m interested in any way to either solve or at least begin to track down why it’s not responding to these requests. Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org