From: Rich Bowen
Date: Fri, 22 Oct 2010 20:03:22 +0000 (+0000)
Subject: Take a slightly less "you broke it!!" tone in the default 500 Internal
X-Git-Tag: 2.3.9~241
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10916d6d51b838c99fdbcba96dba8fe3b5f7103f;p=apache
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
---
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index f8010b294f..8060a9bcb8 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -1078,14 +1078,13 @@ static const char *get_canned_error_string(int status,
"misconfiguration and was unable to complete\n"
"your request.
\n"
"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.
\n"
+ "and the actions you performed which led to "
+ "this error.\n"
"More information about this error "
"may be available\n"
"in the server error log.
\n",