You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/08/30 07:33:51 UTC

DO NOT REPLY [Bug 46615] Apache returns 501 on unknown method; can't guarantee this is correct

https://issues.apache.org/bugzilla/show_bug.cgi?id=46615


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


--- Comment #2 from Nick Kew <ni...@webthing.com> 2009-08-29 22:33:50 PDT ---
This is a configuration issue.  It's the default handler that returns 501, and
it only reaches the default handler if no module or script has handled the
request - which means that nothing handles the method.  501 is correct at this
point.

You could of course work around it, either with an ErrorDocument or in your
module/script.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org