You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/12/22 06:58:35 UTC

Re: 1.24 to 1.24_01 spinning httpds on startup (solved)

On Tue, 28 Nov 2000, Michael J Schout wrote:

> About a month or 2 ago, I had posted a problem where I tried to upgrade from:
... 
> And reported that after doing this, my httpds would spin on startup.  When I
> turned on MOD_PERL_TRACE=all, it was showing that it was stuck in an infinite
> loop processing configuration stuff.  I posted the mod_perl trace for it as
> well.
> 
> I have finally gotten a chance to revisit this and it turns out that what was
> causing problems was that I had in my httpd.conf:
> 
> <Perl>
> $PerlRequire = '/some/path/file.pl';
> </Perl>

this has been fixed in the cvs tree.