https://issues.apache.org/bugzilla/show_bug.cgi?id=47895
Nick Kew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Nick Kew <[email protected]> 2010-01-24 13:32:26 UTC --- (In reply to comment #2) > Without mod_php, the error message is also incorrect: Are you sure that's without mod_php? You've got mod_php configured (though using AddType, which lives on in undeath since it ceased to be the right thing with Apache 1.1.0 back in about 1996). > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <html><head> > <title>413 Request Entity Too Large</title> > </head><body> > <h1>Request Entity Too Large</h1> > The requested resource<br />/php5-cgi/forum/index.php<br /> > does not allow request data with POST requests, or the amount of data provided > in > the request exceeds the capacity limit. > </body></html> Where does that come from? Apache's canned 413 response should have slightly different body text: The <!--#echo var="REDIRECT_REQUEST_METHOD" --> method does not allow the data transmitted, or the data volume exceeds the capacity limit. Yours seems to me the better text, if we ignore the continuation (which rings a bell: I thought the double-errordocument was a bug we'd fixed). > Server configuration: http://colin.az.pl/config.html. No third-party modules > are loaded. -- 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: [email protected] For additional commands, e-mail: [email protected]
