> -----Original Message-----
> From: Bryan T. Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 14, 2001 3:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Apache::LogFile
> 
> 
> This problem went away when I downgraded to Apache 1.3.17, mod_perl 
> 1.25, and mod_ssl 2.80.  I would really like to use the up-to date 
> versions if I can... can someone provide me with a clue to 
> what has changed?
> 

the only thing I can think of is that directive handlers used to work via

use Apache::LogFile;

in a startup.pl and now they don't.

is your PerlModule Apache::LogFile
the first occurence of Apache::LogFile?

if you are pre-loading it in a startup.pl you might try taking it out...

HTH

--Geoff

Reply via email to