I need to have 2 PerlHandler 's in the httpd.conf file, but when I put
them both in...the html page from that location gets interpreted 2 times.
here is the Location code

<Location /embperl2>
SetHandler perl-script
PerlHandler Apache::BASEREF 
PerlHandler HTML::Embperl
Options ExecCGI
</Location>

How can you have Apache use both these modules and have one proper output?

thanks,
Akshay

Reply via email to