You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/10/19 07:49:49 UTC

cvs commit: httpd-2.0/docs/manual/mod mpm_common.html

jerenkrantz    01/10/18 22:49:49

  Modified:    docs/manual/mod mpm_common.html
  Log:
  Remove note about Port in the Listen manual citation
  
  Revision  Changes    Path
  1.15      +2 -7      httpd-2.0/docs/manual/mod/mpm_common.html
  
  Index: mpm_common.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mpm_common.html	2001/10/04 20:00:53	1.14
  +++ mpm_common.html	2001/10/19 05:49:49	1.15
  @@ -216,14 +216,9 @@
       <p>The Listen directive tells the server to accept incoming
       requests on the specified port or address-and-port combination.
       If only a port number is specified, the server listens to the
  -    given port on all interfaces, instead of the port given by the
  -    <tt>Port</tt> directive. If an IP address is given as well as a
  -    port, the server will listen on the given port and
  +    given port on all interfaces. If an IP address is given as well 
  +    as a port, the server will listen on the given port and
       interface.</p>
  -
  -    <p>Note that you may still require a <tt>Port</tt> directive so
  -    that URLs that Apache generates that point to your server still
  -    work.</p>
   
       <p>Multiple Listen directives may be used to specify a number
       of addresses and ports to listen to. The server will respond to