AW: prefork mpm in linux: ap_process_connection isn't called on connection

2006-04-04 Thread Plüm , Rüdiger , VIS
> -Ursprüngliche Nachricht- > Von: Rian Hunter > > > > Is there a kernel accept filter enabled? > > No, it is a default clean install. Are you suggesting that for me to > get the behavior I want that there should be one enabled? No, but on Linux I think TCP_DEFER_ACCEPT is set by def

Re: prefork mpm in linux: ap_process_connection isn't called on connection

2006-04-03 Thread Rian Hunter
On Mar 31, 2006, at 6:42 AM, Jeff Trawick wrote: On 3/28/06, Rian A Hunter <[EMAIL PROTECTED]> wrote: On the httpd trunk in prefork.c ap_process_connection isn't called until there is data on the new connection (instead of just when a client connects). Is there a kernel accept filter ena

Re: prefork mpm in linux: ap_process_connection isn't called on connection

2006-03-31 Thread Jeff Trawick
On 3/28/06, Rian A Hunter <[EMAIL PROTECTED]> wrote: > On the httpd trunk in prefork.c ap_process_connection isn't called until > there is data on the new connection (instead of just when a client connects). Is there a kernel accept filter enabled?

prefork mpm in linux: ap_process_connection isn't called on connection

2006-03-28 Thread Rian A Hunter
Hey All, On the httpd trunk in prefork.c ap_process_connection isn't called until there is data on the new connection (instead of just when a client connects). I don't know if this is the intended behavior but from what I can see this is because the poll descriptor is set to poll on POLL_IN, in ap