From 8f92ba2c2d1061a111fb0cfe21b913eb7f7acdeb Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 19 Oct 2001 05:49:49 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html index c946550145..11c2c3d6a4 100644 --- a/docs/manual/mod/mpm_common.html +++ b/docs/manual/mod/mpm_common.html @@ -216,15 +216,10 @@

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 - Port 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.

-

Note that you may still require a Port directive so - that URLs that Apache generates that point to your server still - work.

-

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.

-- 2.50.1