Hello Florian,
Tuesday, May 31, 2005, 9:18:33 AM, you made these points:
> Sorry, my mistake we misunderstood:
> installed the mod_perl2 port.
> And I added to the httpd.conf:
> LoadModule perl_module libexec/apache2/mod_perl.so
> PerlModule Apache2
^^ - remove this line, this is obsoleted
Sorry, my mistake we misunderstood:
installed the mod_perl2 port.
And I added to the httpd.conf:
LoadModule perl_module libexec/apache2/mod_perl.so
PerlModule Apache2
Alias /perl/ /data/chroot/www/perl/
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Hello Florian,
Monday, May 30, 2005, 4:58:44 PM, you typed:
> Hello Gerzo,
> Thanks for your reply.
>>>Hi,
>>>
>>>I installed the mod_perl2 port.
>>>I added to the httpd.conf:
>>
>>>PerlModule Apache2
>>
>>this is wrong, you should add:
>>
>>LoadModule perl_module libexec/apache2/mod_perl.so
>>
Hello Gerzo,
Thanks for your reply.
Daniel Gerzo wrote:
Hello Florian,
Monday, May 30, 2005, 3:57:13 PM, you wrote these comments:
Hi,
I installed the mod_perl2 port.
I added to the httpd.conf:
PerlModule Apache2
this is wrong, you should add:
LoadModule per
Hello Florian,
Monday, May 30, 2005, 3:57:13 PM, you wrote these comments:
> Hi,
> I installed the mod_perl2 port.
> I added to the httpd.conf:
> PerlModule Apache2
this is wrong, you should add:
LoadModule perl_module libexec/apache2/mod_perl.so
Be careful, the mod_perl2 API was changed nea
Hi,
I installed the mod_perl2 port.
I added to the httpd.conf:
PerlModule Apache2
Alias /perl/ /data/chroot/www/perl/
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
But nothing happens, the server cannot find the modules:
Fri May 27