>
> 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
>
>
> SetHandler perl-script
> PerlHandler Apache::BASEREF
> PerlHandler HTML::Embperl
> Options ExecCGI
>
>
> How ca
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
SetHandler perl-script
PerlHandler Apache::BASEREF
PerlHandler HTML::Embperl
Options ExecCGI
How can you have Apache use b