From 92efba42d00971c2d78bf8713bab5603ad57683d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sat, 1 Jan 2011 22:08:23 +0000
Subject: [PATCH] wording, markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054301 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.xml | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 26f4fdd7c8..8e659f366d 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.
--
2.40.0