>
>
> On Mon, Jan 31, 2000 at 04:12:02PM +0100, Gerald Richter wrote:
> >
> > PerlSetEnv EMBPERL_FILESMATCH "\.html"
> >
>
> btw: Instead of EMBPERL_FILESMATCH I use a normal apache
> <Files *.epl> section for this (with PerlHandler HTML::Embperl of
> course), which works perfectly for me. Is there any reason to do
> it this or the other way, or is it just personal taste?
>
In most cases both ways work. There are sometimes configuration which needs
one of the both.


> From: Jason Bodnar
>
> Performance-wise, which is better? The above or <FilesMatch>?
>

<Files> is slightly faster, because the decision is made before Perl is
invoked. In the other case Perl is invoked for every file and Embperl makes
the decision to let Apache handle the request.

Gerald

Reply via email to