
jasper at chmls05
Feb 15, 2000, 4:34 PM
Post #1 of 1
(768 views)
Permalink
|
|
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 > >
|