RE: Multiple PerlHandler in Apache

1999-10-16 Thread Gerald Richter
> > 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

Multiple PerlHandler in Apache

1999-10-15 Thread Akshay Arora
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