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/23 03:07:44 UTC

svn commit: r106261 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Author: rbowen
Date: Mon Nov 22 18:07:43 2004
New Revision: 106261

Modified:
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
Log:
Warning about multiple Listen directives.


Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?view=diff&rev=106261&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml&r1=106260&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml&r2=106261
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml	Mon Nov 22 18:07:43 2004
@@ -308,6 +308,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

Re: svn commit: r106261 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 24 Nov 2004, Rich Bowen wrote:

> On Mon, 22 Nov 2004, Joshua Slive wrote:
>
>> 
>> On Mon, 23 Nov 2004 rbowen@apache.org wrote:
>>> +    <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>
>> 
>> I'm definitely nit-picking here, but type="warning" seems a little strong. 
>> I generally use that for really important stuff like security issues. This 
>> is a basic configuration error.
>
> What would be the preferred? What other types are available to <note>?
> /me goes to investigate the docs some more.

type is optional.  So just a plain ordinary <note> should be fine.

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r106261 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On Mon, 22 Nov 2004, Joshua Slive wrote:

>
> On Mon, 23 Nov 2004 rbowen@apache.org wrote:
>> +    <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>
>
> I'm definitely nit-picking here, but type="warning" seems a little strong. I 
> generally use that for really important stuff like security issues. This is a 
> basic configuration error.

What would be the preferred? What other types are available to <note>?
/me goes to investigate the docs some more.

-- 
FREE AS IN PUPPIES

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r106261 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Posted by André Malo <nd...@perlig.de>.
* Joshua Slive <jo...@slive.ca> wrote:

> On Mon, 23 Nov 2004 rbowen@apache.org wrote:
> > +    <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>
> 
> I'm definitely nit-picking here, but type="warning" seems a little strong. 
> I generally use that for really important stuff like security issues. 
> This is a basic configuration error.

I tend to agree.

nd
-- 
"Umfassendes Werk (auch fuer Umsteiger vom Apache 1.3)"
                                          -- aus einer Rezension

<http://pub.perlig.de/books.html#apache2>

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r106261 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Mon, 23 Nov 2004 rbowen@apache.org wrote:
> +    <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>

I'm definitely nit-picking here, but type="warning" seems a little strong. 
I generally use that for really important stuff like security issues. 
This is a basic configuration error.

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org