]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clarify a butchered sentence about missing ServerName, which
authorEric Covener <covener@apache.org>
Sun, 17 Jan 2016 17:58:11 +0000 (17:58 +0000)
committerEric Covener <covener@apache.org>
Sun, 17 Jan 2016 17:58:11 +0000 (17:58 +0000)
is a regular early step in "my directive didn't do anything".

This describes ap_get_local_host()

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

docs/manual/mod/core.xml

index ce96d3a3d8f6948476a8ab1593f41fae9b67a334..682792083c49f3cf336972700adcfb4e70d20f11 100644 (file)
@@ -4107,9 +4107,10 @@ ServerName www.example.com
     each appearance overrides the previous appearance (within that
     server).</p>
 
-    <p>If no <directive>ServerName</directive> is specified, then the
-    server attempts to deduce the client visible hostname by performing a
-    reverse lookup on an IP address of the systems hostname.</p>
+    <p>If no <directive>ServerName</directive> is specified, the
+    server attempts to deduce the client visible hostname by first asking 
+    the operating system for the system hostname, and if that fails, 
+    performing a reverse lookup on an IP address present on the system.</p>
 
     <p>If no port is specified in the
     <directive>ServerName</directive>, then the server will use the