]> granicus.if.org Git - apache/commitdiff
Remove note about Port in the Listen manual citation
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:49:49 +0000 (05:49 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:49:49 +0000 (05:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91565 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html

index c9465501454f0cffbd3cff328bc8bf6c4566ea37..11c2c3d6a47a3bd5e74af4c35ec3867b60654f10 100644 (file)
     <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
     requests from any of the listed addresses and ports.</p>