]> granicus.if.org Git - apache/commitdiff
The port documentation was a little unclear on its overlap with the Listen
authordgaudet <dgaudet@unknown>
Sun, 14 Dec 1997 01:04:56 +0000 (01:04 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 14 Dec 1997 01:04:56 +0000 (01:04 +0000)
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

index eb23edb7decfdb9bdd5cb8d6ad40697bad34bfc6..055fbaee638fb4afc72581d0b051193f8b881401 100644 (file)
@@ -1272,7 +1272,9 @@ Apache).<p>
 <li>
 In the absence of any <a href="#listen">Listen</a> or
 <a href="#bindaddress">BindAddress</a> 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 <a href="#virtualhost">&lt;VirtualHost&gt</a> section)
+sets the network port on which the server listens.
 If there are any Listen or BindAddress directives specifying
 <code>:number</code> then Port has no effect on what address the server
 listens at.