You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2004/11/19 22:50:20 UTC

svn commit: r105884 - httpd/httpd/branches/2.0.x/docs/manual/mod

Author: rbowen
Date: Fri Nov 19 13:50:19 2004
New Revision: 105884

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml
Log:
Bug 31152
Just a brief remark about "address already in use" errors.


Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml	Fri Nov 19 13:50:19 2004
@@ -318,6 +318,12 @@
     <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