https://issues.apache.org/bugzilla/show_bug.cgi?id=50978
William A. Rowe Jr. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #2 from William A. Rowe Jr. <[email protected]> 2011-05-10 05:35:45 UTC --- With the php module not loaded, does the segfault remain? It's entirely possible your mod_php is closing the sd of the listener or accept socket. You can try disabling EnableSendfile and EnableMMAP. We don't currently have a way to disable socket reuse, which I expect is the origin of the issue and bound to either the behavior of your kernel/network stack socket fd handling or something your mod_php is doing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
