If you wanted just files in a certain subdirectory to be handled by Embperl, I think you'd just need to set up the appropriate Apache file location directive.

<Location /my/embperl/subdir>
    SetHandler  perl-script
    PerlHandler Embperl
    Options     ExecCGI
</Location>

Good luck.

On Saturday, March 15, 2003, at 09:16 AM, [EMAIL PROTECTED] wrote:

Can this be limited to a certain directory tree?

On Fri, Mar 14, 2003 at 10:07:57AM +0100, Gerald Richter wrote:

SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$"




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to