directive.
PR: 975
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79690
13f79535-47bb-0310-9956-
ffa450edef68
<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"><VirtualHost></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.