I'm using a mod_perl 1.26 RPM I built using the RedHat RPM prep files
and dropping in the 1.26 code. I believe it is built EVERYTHING=1.

Apache::Status indicates all hooks are enabled, including:
PerlStackedHandlers     Enabled

Alex

> ----------
> From:         Daniel
> Sent:         Monday, October 1, 2001 7:42 PM
> To:   Perrin Harkins
> Cc:   Alex Harper; [EMAIL PROTECTED]
> Subject:      Re: CGI.pm params not being cleared?
> 
> Did you compile mod_perl with PERL_STACKED_HANDLERS?
> 
> Perrin Harkins wrote:
> 
> > Alex Harper wrote:
> > 
> >>Aha! That's where the problem lies. I had recently added:
> >>        PerlCleanupHandler +Apache::Sizelimit
> >>
> >>to my httpd.conf. I placed it there so the sizelimit would be
> enforced
> >>post-request. Removing the line fixed my problem.
> >>
> > 
> > Whoa!  This could be bad.  Apache::SizeLimit calls
> > $r->post_connection().  Is that replacing existing cleanup handlers?
> I
> > thought post_connection()/register_cleanup() pushed handlers on the
> > stack rather than replacing them.
> > 
> > - Perrin
> > 
> > 
> > 
> 
> 
> -- 
> --
> Daniel Bohling
> NewsFactor Network
> 
> 
> 

Reply via email to