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

Reply via email to