Re: suexec+CGI = zombies in 1.3.28

2003-08-02 Thread Cliff Woolley
On Sat, 2 Aug 2003, Bill Stoddard wrote: > >>- if (ap_os_kill(p->pid, SIGTERM) == -1) { > >>-p->kill_how = kill_never; > >>-} > >>-else { > >>- need_timeout = 1; > >>-} > >>+ ap_os_kill(p->pid, SIGTERM); > >>+ need_tim

Re: suexec+CGI = zombies in 1.3.28

2003-08-02 Thread Bill Stoddard
Cliff Woolley wrote: On Tue, 29 Jul 2003, Ralf S. Engelschall wrote: Index: alloc.c === RCS file: /e/apache/cvs/apache-1.3/src/main/alloc.c,v retrieving revision 1.145 diff -u -d -r1.145 alloc.c --- alloc.c 20 Jun 2003 15:05:40 -

Re: suexec+CGI = zombies in 1.3.28

2003-08-02 Thread Cliff Woolley
On Tue, 29 Jul 2003, Ralf S. Engelschall wrote: > Index: alloc.c > === > RCS file: /e/apache/cvs/apache-1.3/src/main/alloc.c,v > retrieving revision 1.145 > diff -u -d -r1.145 alloc.c > --- alloc.c 20 Jun 2003 15:05:40 - 1.

(forw) [lists@consulting.net.nz: Bug#202124: apache2 2.0.47-1 fails to start due to detached and defunct processes]

2003-08-02 Thread Thom May
So this sounds like a regression in 2.0.47 with worker. Coming from the debian POV, there is no difference in build environment between the two builds, and no patches are applied to the mpms. Just a heads up, I'll try and dig further in a bit. -Thom --- Begin Message --- Hi Thom May and Cliff Wooll