]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
core: Fix ServerName docs — used with UseCanonicalName On, not DNS (Bug 65092)
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 20:17:46 +0000 (20:17 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 20:17:46 +0000 (20:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933547 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 0c49a56fc9b3d11c6fc6ee02186d3ddc6c91d375..2fc68abe9cb634b5ba46025539a4be72ebac7ba8 100644 (file)
@@ -4599,9 +4599,10 @@ itself</description>
     href="../vhosts/name-based.html">name-based virtual hosts</a>.</p>
 
     <p>Additionally, this is used when
-    creating self-referential redirection URLs when 
-    <directive module="core">UseCanonicalName</directive> is set to a non-default
-    value.</p>
+    creating self-referential redirection URLs when
+    <directive module="core">UseCanonicalName</directive> is set to
+    <code>On</code>. When <code>UseCanonicalName</code> is set to
+    <code>DNS</code>, a reverse DNS lookup is used instead.</p>
 
     <p>For example, if the name of the
     machine hosting the web server is <code>simple.example.com</code>,