Re: Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Tyler
> I'm having a serious problem with Apache::Resource not killing > children and ending up with all of the children in a hung state at the > memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). For what it's worth you might want to take a look at Apache::SizeLimit which was recently upgraded and

Re: Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Moyer
On Sun, 23 Jul 2006, Fred Tyler wrote: I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). For what it's worth you might want to take a look at Apache::SizeLi

Apache::Resource not killing children, hanging

2006-07-22 Thread Fred Tyler
I'm having a serious problem with Apache::Resource not killing children and ending up with all of the children in a hung state at the memory limit (Linux 2.6, mod_perl 1.29, Apache 1.33). Here is the snippet from httpd.conf: PerlModule Apache::Resource # Both of the next two lines cause children

Re: Startup script throwing error about $r when it shouldn't

2006-07-22 Thread Philip M. Gollucci
> sub request_cache { > if ($ENV{MOD_PERL}) { use Carp; confess shift; > require Apache2::RequestUtil; > 316:my $request = Apache2::RequestUtil->request; > my $cache = $request->pnotes(); tail -f error_log apachectl restart thats how I'm guessing there is some code no