Mailing List Archive

Re: Embperl configuration problem
apache 1.3.9 - modperl 1.21.
when i look in the docs - it says what i am
doing is illegal. it works and i do not
receive any error message in the logs or
at start-up.

very strange. i will do more research and let you know.

cliff rayman
genwax.com

Jasper Wong wrote:

> Hmmm, that's strange. I'm running Apache 1.3.9, which version are
> you running?
>
> Jasper
>
> >
> >that's strange.
> >here is a section copied directly from my httpd.conf file:
> >
> >
> ><Directory /usr/local/apache/htdocs/>
> > <FilesMatch ".*\.html?$">
> > SetHandler perl-script
> > PerlHandler HTML::Embperl
> > Options ExecCGI
> > </FilesMatch>
> ></Directory>
> >