From: Rich Bowen Date: Thu, 4 Nov 2010 18:32:10 +0000 (+0000) Subject: Make the error message actually useful. X-Git-Tag: 2.2.18~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56db10cd0e5c37689274a3761eec6da52cb46a3a;p=thirdparty%2Fapache%2Fhttpd.git Make the error message actually useful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031131 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index 00580b84a2f..e97a1051997 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -403,7 +403,7 @@ static void ssl_init_server_check(server_rec *s, { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "Illegal attempt to re-initialise SSL for server " - "(theoretically shouldn't happen!)"); + "(SSLEngine On should go in the VirtualHost, not in global scope.)"); ssl_die(); } }