Re: Problems With mod_perl on Apache 2.0

2006-04-03 Thread Hal Vaughan
Tom Williams wrote: > Hal Vaughan wrote: >> I'm using Apache 2.0 on Debian Linux. I've installed mod_perl and I can >> see >> the links for perl.load and perl.conf in /etc/apache2/mods_enabled. My >> perl.load is like this: >> >> LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so >> >>

Re: Problems With mod_perl on Apache 2.0

2006-04-03 Thread Tom Williams
Hal Vaughan wrote: > I'm using Apache 2.0 on Debian Linux. I've installed mod_perl and I can see > the links for perl.load and perl.conf in /etc/apache2/mods_enabled. My > perl.load is like this: > > LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so > > >SetHandler perl-script >

Problems With mod_perl on Apache 2.0

2006-04-03 Thread Hal Vaughan
I'm using Apache 2.0 on Debian Linux.  I've installed mod_perl and I can see the links for perl.load and perl.conf in /etc/apache2/mods_enabled.  My perl.load is like this: LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so    SetHandler  perl-script    PerlResponseHandler ModPerl::Regi