From 7544d67a1ae666bcf62284763eb97464f9be821f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 23 Nov 2004 02:07:43 +0000 Subject: [PATCH] Warning about multiple Listen directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106261 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index b2a04b8b9c..a70970fcc8 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -308,6 +308,12 @@ listens to Listen [fe80::a00:20ff:fea7:ccea]:80 + + Error condition + Multiple Listen directives for the same ip address and + port will result in an 'Address already in use' error message. + + DNS Issues Setting which addresses and ports Apache -- 2.50.1