From 03d6bcb14f89c7542efa2baff94aa6166bcf839d Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 4 Nov 2010 16:15:03 +0000 Subject: [PATCH] Error messages like "theoretically shouldn't happen" are incredibly unhelpful, particularly when they do happen with some regularity. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031057 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 cebef32408..c8df81ee03 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -429,7 +429,7 @@ static void ssl_init_server_check(server_rec *s, { ap_log_error(APLOG_MARK, APLOG_EMERG, 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.40.0