Oh, hello Gerald! :)

And thank you for the reply, but I got it working by myself. The
httpd.conf.local only has

LoadModule  embperl_module  /path/to/perl/site/lib/Embperl/Embperl.so

    PerlModule Embperl
    AddType text/html .epl
    <Files *.epl>
    SetHandler  perl-script
    PerlHandler Embperl
    Options     ExecCGI
    </files>

The problem was that apache2 on SuSE Linux 10.0 seems to read
/etc/sysconfig/apache2 only when run with /etc/init.d/apache; this I
found out from /etc/sysconfig/apache2 IIRC. At first I just did "sudo
httpd" so that didn't work!

It's nice that the configuration files are 5% data and 95% comment! :)

Merrily doing dynamic pages,
Pekka

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to