1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

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
This commit is contained in:
Rich Bowen
2010-11-04 16:15:03 +00:00
parent 544b18af99
commit 03d6bcb14f

View File

@@ -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();
}
}