diff options
author | Rich Bowen <rbowen@apache.org> | 2004-11-23 03:07:43 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2004-11-23 03:07:43 +0100 |
commit | 7544d67a1ae666bcf62284763eb97464f9be821f (patch) | |
tree | 9731b8d2e9cce2f7f4e6b680c763ac6bec82154d /docs/manual/mod/mpm_common.xml | |
parent | Fix broken a href anchor references. (diff) | |
download | apache2-7544d67a1ae666bcf62284763eb97464f9be821f.tar.xz apache2-7544d67a1ae666bcf62284763eb97464f9be821f.zip |
Warning about multiple Listen directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.xml')
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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</description> <example> Listen [fe80::a00:20ff:fea7:ccea]:80 </example> + + <note type="warning"><title>Error condition</title> + Multiple <code>Listen</code> directives for the same ip address and + port will result in an 'Address already in use' error message. + </note> + </usage> <seealso><a href="../dns-caveats.html">DNS Issues</a></seealso> <seealso><a href="../bind.html">Setting which addresses and ports Apache |