From: Eric Covener Date: Wed, 27 Nov 2024 15:39:02 +0000 (+0000) Subject: Merge r1922169 from trunk: X-Git-Tag: 2.4.63-candidate~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9445696ccca6313dccd7d128bf0b2c5d01875191;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a4239d5a652..2ea71469dc1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5046,7 +5046,7 @@ port
  1. Port provided in Servername
  2. Physical port
  3. -
  4. Default port
  5. +
  6. Default port for the scheme/protocol (such as 80 or 443)
UseCanonicalName Off | DNS
@@ -5055,7 +5055,7 @@ port
  • Parsed port from Host: header
  • Physical port
  • Port provided in Servername
  • -
  • Default port
  • +
  • Default port for the scheme/protocol (such as 80 or 443)