Commit 7a65291f authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Remove note about Port in the Listen manual citation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91565 13f79535-47bb-0310-9956-ffa450edef68
parent 945052d1
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -216,15 +216,10 @@
    <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>