DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14194>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14194 With dynamic ErrorDocument, HTTP response status code is overwritten to 200 Summary: With dynamic ErrorDocument, HTTP response status code is overwritten to 200 Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: Windows 9x Status: NEW Severity: Normal Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am using Apache 2.0.43 on a Windows 98 SE system, with php 4.2.3. as a sapi module. I used the ErrorDocument directive in my .htaccess file: ErrorDocument 404 index.php But when I requested a file that did not exist, the respose started with: "HTTP/1.1 200 Ok" instead of "HTTP/1.1 404 Not Found". The php script contanined only the phpinfo(); function. This bug does not exist in the unix version of Apache 1.3.23. (school :))) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
