Summary: | Hardcoded message for ErrorDocument should have text/plain type | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | Liam Morland <Liam> |
Component: | Core | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 2.4.18 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All |
Description
Liam Morland
2017-06-04 12:31:47 UTC
On a related note: I tried ErrorDocument 404 "" which I think is allowed per the documentation https://httpd.apache.org/docs/2.4/custom-error.html However I get the following: AH00526: Syntax error on line ... ErrorDocument takes two arguments, Change responses for HTTP errors ErrorDocument 404 " " does not give an error, but it not exactly what I wanted. |