Mailing List Archive

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
>
>