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

2000-12-21 Thread Doug MacEachern
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 p

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

2000-11-30 Thread Geoffrey Young
vember 30, 2000 3:12 AM > To: Michael J Schout > Cc: [EMAIL PROTECTED] > Subject: Re: 1.24 to 1.24_01 spinning httpds on startup (solved) > > > On Tue, 28 Nov 2000, Michael J Schout wrote: > > > > > $PerlRequire = '/some/path/file.pl'; > > >

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

2000-11-30 Thread Ask Bjoern Hansen
On Tue, 28 Nov 2000, Michael J Schout wrote: > > $PerlRequire = '/some/path/file.pl'; > > > Changing this to: > > > push @PerlRequire, '/some/path/file.pl'; > > > Fixed the problem under 1.24_01 for me and everything appears to be kosher now. > > Maybe the behavior of PerlRequire has