]> granicus.if.org Git - apache/commitdiff
Take a slightly less "you broke it!!" tone in the default 500 Internal
authorRich Bowen <rbowen@apache.org>
Fri, 22 Oct 2010 20:03:22 +0000 (20:03 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 22 Oct 2010 20:03:22 +0000 (20:03 +0000)
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

modules/http/http_protocol.c

index f8010b294fa6bbdf526d564597751eff894fc479..8060a9bcb8fd9e4ab1fe4e54331132f1c855c327 100644 (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",