]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
wording, markup
authorAndré Malo <nd@apache.org>
Sat, 1 Jan 2011 22:08:23 +0000 (22:08 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Jan 2011 22:08:23 +0000 (22:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054301 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 26f4fdd7c8257a783992d7c089b11503a1266501..8e659f366d928b0a103d23e5c1f7e727aff31e06 100644 (file)
@@ -3874,20 +3874,27 @@ port</description>
     relying on all configured information to construct a valid port number.</p>
 
     <note><title>Note</title>
-    <p>The ordering of when the physical port is used is as follows:<br /><br />
-     <code>UseCanonicalName On</code></p>
-     <ul>
+    <p>The ordering of the lookup when the physical port is used is as
+    follows:</p>
+     <dl>
+     <dt><code>UseCanonicalName On</code></dt>
+     <dd>
+     <ol>
       <li>Port provided in <code>Servername</code></li>
       <li>Physical port</li>
       <li>Default port</li>
-     </ul>
-     <code>UseCanonicalName Off | DNS</code>
-     <ul>
+     </ol>
+     </dd>
+     <dt><code>UseCanonicalName Off | DNS</code></dt>
+     <dd>
+     <ol>
       <li>Parsed port from <code>Host:</code> header</li>
       <li>Physical port</li>
       <li>Port provided in <code>Servername</code></li>
       <li>Default port</li>
-     </ul>
+     </ol>
+     </dd>
+     </dl>
 
     <p>With <code>UseCanonicalPhysicalPort Off</code>, the
     physical ports are removed from the ordering.</p>