From: André Malo
Date: Sat, 1 Jan 2011 22:08:23 +0000 (+0000)
Subject: wording, markup
X-Git-Tag: 2.3.11~292
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92efba42d00971c2d78bf8713bab5603ad57683d;p=thirdparty%2Fapache%2Fhttpd.git
wording, markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054301 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 26f4fdd7c82..8e659f366d9 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -3874,20 +3874,27 @@ port
relying on all configured information to construct a valid port number.
Note
- The ordering of when the physical port is used is as follows:
- UseCanonicalName On
-
- UseCanonicalName Off | DNS
-
+
+
+ UseCanonicalName Off | DNS
+ -
+
- Parsed port from
Host:
header
- Physical port
- Port provided in
Servername
- Default port
-
+
+
+
With UseCanonicalPhysicalPort Off
, the
physical ports are removed from the ordering.