You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/11 00:40:32 UTC

DO NOT REPLY [Bug 33500] - Warning messages in error_log of "Can't assign requested address: connect to listener".

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33500>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33500





------- Additional Comments From trawick@apache.org  2005-02-11 00:40 -------
This message is appearing when the load changes and, due to MaxSpareServers
processing, the Apache parent process wants to tell a child process to go away.
 It does that by connecting to the listening socket.  The connect is failing
intermittently, leading to that error message.

I suspect that the error is due to a temporary out-of-ephemeral ports condition.
 Check that theory via netstat, during a time where the error messages appears.

You could increase the range of ephemeral ports and/or you could set
MaxSpareServers to a higher value so that Apache wouldn't try to kill off child
processes as frequently.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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