From: Eric Covener Date: Fri, 2 Mar 2018 19:02:50 +0000 (+0000) Subject: reverse the order so the default is listed first. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23278484af38a23c86d6031652212099cd5320d;p=thirdparty%2Fapache%2Fhttpd.git reverse the order so the default is listed first. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 09b91327d1b..361533b10b1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4951,24 +4951,24 @@ port

The ordering of the lookup when the physical port is used is as follows:

-
UseCanonicalName On
+
UseCanonicalName Off | DNS
    -
  1. Port provided in Servername
  2. +
  3. Parsed port from Host: header
  4. Physical port (only with UseCanonicalPhysicalPort ON)
  5. +
  6. Port provided in Servername
  7. Default port
-
UseCanonicalName Off | DNS
+
UseCanonicalName On
    -
  1. Parsed port from Host: header
  2. -
  3. Physical port (only with UseCanonicalPhysicalPort ON)
  4. Port provided in Servername
  5. +
  6. Physical port (only with UseCanonicalPhysicalPort ON)
  7. Default port
-
+

With UseCanonicalPhysicalPort Off, the physical ports are removed from the ordering.