From 7fd64eff25ea74e085f8cb2e1b19272330fda4aa Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 14 Dec 1997 01:04:56 +0000 Subject: [PATCH] The port documentation was a little unclear on its overlap with the Listen directive. PR: 975 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79690 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index eb23edb7dec..055fbaee638 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1272,7 +1272,9 @@ Apache).

  • In the absence of any Listen or BindAddress directives specifying a port number, -the Port directive sets the network port on which the server listens. +a Port directive given in the "main server" +(i.e. outside any <VirtualHost> section) +sets the network port on which the server listens. If there are any Listen or BindAddress directives specifying :number then Port has no effect on what address the server listens at. -- 2.47.2