From 56db10cd0e5c37689274a3761eec6da52cb46a3a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 4 Nov 2010 18:32:10 +0000 Subject: [PATCH] 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 --- modules/ssl/ssl_engine_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.47.2