>
> 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?
>
PerlHandler Apache::BASEREF HTML::Embperl
will call Apache::BASEREF first and the HTML::Embperl. If you need to
process the output of the first by the second, take a look at
APache::EmbperlChain or Apache::EmbperlFilter (for the last one search the
mailing list archive)
Gerald
> thanks,
> Akshay
>
---------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl
E-Mail: [EMAIL PROTECTED] Tel: +49-6133/925151
WWW: http://www.ecos.de Fax: +49-6133/925152
---------------------------------------------------------------