]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make the error message actually useful.
authorRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 18:32:10 +0000 (18:32 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 18:32:10 +0000 (18:32 +0000)
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

index 00580b84a2f9f38f2bbec63309bd0e1925ffce59..e97a1051997312083780d713f1a543b1f8026e09 100644 (file)
@@ -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();
     }
 }