1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +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:
Rich Bowen
2010-10-22 20:03:22 +00:00
parent 8e5be99791
commit 10916d6d51

View File

@@ -1078,14 +1078,13 @@ static const char *get_canned_error_string(int status,
"misconfiguration and was unable to complete\n"
"your request.</p>\n"
"<p>Please contact the server "
"administrator,\n ",
"administrator at \n ",
ap_escape_html(r->pool,
r->server->server_admin),
" and inform them of the time the "
", and inform them of the time this "
"error occurred,\n"
"and anything you might have done that "
"may have\n"
"caused the error.</p>\n"
"and the actions you performed which led to "
"this error.</p>\n"
"<p>More information about this error "
"may be available\n"
"in the server error log.</p>\n",