Steve Duran wrote:
>>PerlModule Apache2::compat
>>PerlModule mod_perl2
>>PerlModule Apache::AuthCookie
FWIW, you do not need Apache2::compat for Apache2::AuthCookie.
Regards,
Michael Schout
Thanks, Fred. It worked.
--
Steve Duran
Web Administrator
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 10, 2005 2:40 PM
To: Steve Duran
Cc: modperl@perl.apache.org
Subject: Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0
> PerlMod
> PerlModule Apache2::compat
> PerlModule mod_perl2
> PerlModule Apache::AuthCookie
Use this line instead for use with mod_perl2 -
'PerlModule Apache2::AuthCookie'
>
> The first error that I got was that it could not find the Apache::Util
> module. The only place I could find this was in the