Ok, I added lines below to httpd-perl.conf . Added to proxied and
non-proxied sections.

<Directory /home/*/public_html>
> >         <Files ~ "*\.epl$">
> >         DefaultType text/html
> >         SetHandler perl-script
> >         PerlHandler HTML::Embperl
> >         Options +ExecCGI +Includes +Indexes
> >         PerlSetEnv EMBPERL_ESCMODE 4
> >         PerlSetenv EMBPERL_OPTIONS 16
> >         AddType text/html .html
> >         </Files>
</Directory>

Restarted server. If I made test script, then I saw nothing but source
code :P. Any more hints?

> You have to put this config into httpd-perl.conf, and put your .epl files
> in the /perl directory.
> 
> Apache starts with httpd.conf. Apache+mod_perl+Embplerl starts with
> httpd-perl.conf and runs in proxified mode according to the instructions
> in perl.apache.org.

Greetings,
        Antti



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to