After running the Apache-2.0.58 server on mod_cgid on HPUX B.11.23 PA for 3-4 
days all of sudden I see the following errors in error_log. 

"[Fri Mar 16 07:23:53 2007] [error] (231)Software caused connection abort: 
Error accepting on cgid socket" 

There were 18 millons such entries in 30 minutes which mean the cgid daemon was 
under infinite loop.  Error '231'  is ECONNABORTED, which is not handled by 
mod_cgid and puts the accept() into infinite loop. Not sure why would this 
socket be shutdown() by anything. But if it does get ECONNABORTED how should 
mod_cgid handle it?  Should we handle this error by setting 
daemon_should_exit++? Does that respawn new daemon without interruption?

Thank you,
Amol Dev


 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail

Reply via email to