DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19121>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19121 [error] (35)Resource temporarily unavailable: apr_accept: (client socket) ------- Additional Comments From [EMAIL PROTECTED] 2003-04-18 17:07 ------- good debugging! Also, using IPv4 statement on Listen directive should do it too Listen 0.0.0.0 80 Note that Apache has some logic to try to look for weird IPv6 setups, where we can get an IPv6 socket but it still isn't valid to use an IPv6 socket. That logic is in file server/listen.c in function find_default_family(). It would be nice to modify it to handle a setup like yours, but if your symptom is that one process blocked in accept() is okay but additional sockets in accept() get EAGAIN, I doubt that we can do anything about it. (I'd fear that such a complicated test at startup would create more problems than it is worth.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
