... > 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
- Embperl configuration problem Jasper Wong
- Re: Embperl configuration problem Cliff Rayman
- Gerald Richter