]> granicus.if.org Git - apache/commitdiff
Error messages like "theoretically shouldn't happen" are incredibly
authorRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:15:03 +0000 (16:15 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:15:03 +0000 (16:15 +0000)
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

index cebef3240870e5d3a412e1df91cd9cf940365dec..c8df81ee03d3f11d7937879f3d7e8b7af619eb45 100644 (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();
     }
 }