You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1997/12/14 02:04:58 UTC

cvs commit: apachen/htdocs/manual/mod core.html

dgaudet     97/12/13 17:04:57

  Modified:    htdocs/manual/mod core.html
  Log:
  The port documentation was a little unclear on its overlap with the Listen
  directive.
  
  PR:		975
  
  Revision  Changes    Path
  1.87      +3 -1      apachen/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/core.html,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- core.html	1997/12/14 00:57:45	1.86
  +++ core.html	1997/12/14 01:04:56	1.87
  @@ -1272,7 +1272,9 @@
   <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.