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
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 -
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.
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