]> granicus.if.org Git - apache/commitdiff
Give a slightly more direct hint when no global ServerName is set. I still
authorEric Covener <covener@apache.org>
Mon, 19 Sep 2011 01:36:39 +0000 (01:36 +0000)
committerEric Covener <covener@apache.org>
Mon, 19 Sep 2011 01:36:39 +0000 (01:36 +0000)
think this buries the lead, but it's hard to rewrite to change the emphasis
yet maintain googleability.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172410 13f79535-47bb-0310-9956-ffa450edef68

server/util.c

index 9e20d37bba3029829c9a41489c856785ff95d9af..abecf23bb33f250c3631cbca81656c0af32ace3b 100644 (file)
@@ -1983,7 +1983,8 @@ char *ap_get_local_host(apr_pool_t *a)
 
     ap_log_perror(APLOG_MARK, APLOG_ALERT|APLOG_STARTUP, 0, a,
                  "%s: Could not reliably determine the server's fully qualified "
-                 "domain name, using %s for ServerName",
+                 "domain name, using %s. Set the 'ServerName' directive globally "
+                 "to suppress this message", 
                  ap_server_argv0, server_hostname);
 
     return server_hostname;