On Wed, 2003-02-26 at 23:16, Mark James wrote:
> One question: Prior to using mod_perl I was able to have
> unsuffixed scripts and .html files residing together in the
> server root directory by using Apache's "Files" directive to
> force the scripts to be executed: e.g.
> 
>      <Files db>
>              ForceType application/x-httpd-cgi
>      </Files>
> 
> I can't seem to do this with mod_perl because I now have to use
> a SetHandler directive on the directory

You should be able to do the SetHandler inside a Files directive just
like you did with ForceType.  Have you tried that?

- Perrin

Reply via email to