From: dgaudet Date: Sun, 14 Dec 1997 01:04:56 +0000 (+0000) Subject: The port documentation was a little unclear on its overlap with the Listen X-Git-Tag: APACHE_1_3b5~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd64eff25ea74e085f8cb2e1b19272330fda4aa;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.