Re[2]: port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-31 Thread Daniel Gerzo
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

Re: port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-31 Thread Florian Prester
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

Re[2]: port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-30 Thread Daniel Gerzo
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 >>

Re: port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-30 Thread Florian Prester
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

Re: port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-30 Thread Daniel Gerzo
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

port-problem: apache2.0.54 mod_perl2 no Modules!!

2005-05-30 Thread Florian Prester
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