Re: Prblems with apache, modperl and embperl

2002-11-25 Thread Gerald Richter
>no i doesn't have ClearModuleList somewhere in my httpd.conf. >But i have downgraded to apache-2.0.39 and mod_perl-1.99.04 >and now it works. But don't ask me why? So it seems to be a problem of the new Apache or mod_perl versions. I already have downloaded them, but not yet tested. I will do it

Re: Prblems with apache, modperl and embperl

2002-11-21 Thread Gerald Richter
>Starting httpd: Syntax error at line ... >Invalid command EMBPERL_OPTIONS ... Do you have a ClearModuleList somewhere in your httpd.conf, if yes you need to remove it. Gerald - Gerald Richterecos electronic communication services

Re: Prblems with apache, modperl and embperl

2002-11-18 Thread Cameron McBride
I think you just need to load the Embperl module. > Here a snipped of httpd.conf: > > ... > LoadModule perl_module modules/mod_perl.so > PerModule Apache2 > LoadModule embperl_module modules/Embperl.so PerlModule Embperl > ... > > EMBPERL_OPTIONS 16 > EMBPERL_APPNAME application [snip] For a