From: Colm MacCarthaigh
Date: Wed, 16 Nov 2005 10:35:42 +0000 (+0000)
Subject: Merge r344972 from trunk:
X-Git-Tag: 2.1.10~12
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5221ba1fa192133fe21c6160a4de66f238d7c4;p=thirdparty%2Fapache%2Fhttpd.git
Merge r344972 from trunk:
Correct an XML validation error.
Reviewed by: colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@344974 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index d8f5c0de96c..5d3e8ae376c 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -3150,7 +3150,7 @@ port
Note
The ordering of when the physical port is used is as follows:
- UseCanonicalName On
+ UseCanonicalName On
- Port provided in
Servername
- Physical port
@@ -3163,7 +3163,6 @@ port
- Port provided in
Servername
- Default port
-
With UseCanonicalPhysicalPort Off
, the
physical ports are removed from the ordering.