Re: mod_perl2: apache.pm vs apache2.pm (CGI.pm)

2002-11-01 Thread Jason Czerak
On Fri, 2002-11-01 at 17:54, [EMAIL PROTECTED] wrote: First, make sure you have the latest version of CGI.pm from CPAN. It has fixes in there to automatically load Apache::Compat for you. Also CGI.pm isn't fully mod_perl2 compatable. so there is that over head unfortunally. Right now for me, I'll

Re: mod_perl2: apache.pm vs apache2.pm (CGI.pm)

2002-11-01 Thread Sumitro Chowdhury
--- [EMAIL PROTECTED] wrote: > I've mod_perl running on several machines (apache > 1.x) Today I > installed a new system with apache2 and ran into > deep troubles and > questions: > > I installed perl-5.8.0, apache 2.0.43 and mod_perl > 1.99_07 > > > > If I use the Compat-mode the problem vani

mod_perl2: apache.pm vs apache2.pm (CGI.pm)

2002-11-01 Thread pilsl
I've mod_perl running on several machines (apache 1.x) Today I installed a new system with apache2 and ran into deep troubles and questions: I installed perl-5.8.0, apache 2.0.43 and mod_perl 1.99_07 I preload Apache2 and use ModPerl::Registry: LoadModule perl_module modules/mod_perl.so PerlModu