Skip to content

Commit 9445696

Browse files
committed
Merge r1922169 from trunk:
PR65095: elaborate on "default port" in ... UseCanonicalPhysicalPort git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922171 13f79535-47bb-0310-9956-ffa450edef68
1 parent c39fba7 commit 9445696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/mod/core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ port</description>
50465046
<ol>
50475047
<li>Port provided in <directive module="core">Servername</directive></li>
50485048
<li>Physical port</li>
5049-
<li>Default port</li>
5049+
<li>Default port for the scheme/protocol (such as 80 or 443)</li>
50505050
</ol>
50515051
</dd>
50525052
<dt><code>UseCanonicalName Off | DNS</code></dt>
@@ -5055,7 +5055,7 @@ port</description>
50555055
<li>Parsed port from <code>Host:</code> header</li>
50565056
<li>Physical port</li>
50575057
<li>Port provided in <directive module="core">Servername</directive></li>
5058-
<li>Default port</li>
5058+
<li>Default port for the scheme/protocol (such as 80 or 443)</li>
50595059
</ol>
50605060
</dd>
50615061
</dl>

0 commit comments

Comments
 (0)