You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jasper Wong <ja...@chmls05.mediaone.net> on 2000/02/16 00:34:26 UTC

Re: RE: Embperl configuration problem

Thanks!! The suggested approach works very well.

Jasper
>
>....
>> Alias /cgi-bin/ "/abc/cgi-bin/"
>> <Location /cgi-bin>
>> 	SetHandler perl-script
>> 	PerlHandler Apache::Registry
>> 	Options ExecCGI
>> 	PerlSendHeader On
>> </Location>
>> <Location />
>> 	SetHandler perl-script
>> 	PerlHandler HTML::Embperl
>> 	PerlSetEnv EMBPERL_FILESMATCH "\.ehtml"
>> 	Options ExecCGI
>> </Location>
>> ...
>> ...
>
>Move the /cgi-bin part after the / part, so it overwrites it and  
not vice
>vera
>
>Gerald
>
>