mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user