mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Take a slightly less "you broke it!!" tone in the default 500 Internal
Server Error default error message. (Bug #50145) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1078,14 +1078,13 @@ static const char *get_canned_error_string(int status,
|
|||||||
"misconfiguration and was unable to complete\n"
|
"misconfiguration and was unable to complete\n"
|
||||||
"your request.</p>\n"
|
"your request.</p>\n"
|
||||||
"<p>Please contact the server "
|
"<p>Please contact the server "
|
||||||
"administrator,\n ",
|
"administrator at \n ",
|
||||||
ap_escape_html(r->pool,
|
ap_escape_html(r->pool,
|
||||||
r->server->server_admin),
|
r->server->server_admin),
|
||||||
" and inform them of the time the "
|
", and inform them of the time this "
|
||||||
"error occurred,\n"
|
"error occurred,\n"
|
||||||
"and anything you might have done that "
|
"and the actions you performed which led to "
|
||||||
"may have\n"
|
"this error.</p>\n"
|
||||||
"caused the error.</p>\n"
|
|
||||||
"<p>More information about this error "
|
"<p>More information about this error "
|
||||||
"may be available\n"
|
"may be available\n"
|
||||||
"in the server error log.</p>\n",
|
"in the server error log.</p>\n",
|
||||||
|
Reference in New Issue
Block a user