On Thu, 17 Mar 2005, Michael Smith wrote:

<snip>
> How can I tell Embperl that the file I'm including is just HTML?  I
> know there's a way.

Include both Embperl and Apache::SSI in your PerlHandlers for your
pages, and use Apache's include mechanism for your non-Embperl files.
If Apache::SSI is after Embperl, your included files will not be parsed
for Embperl code.  On the other hand, if Embperl is second, they will
be, and I believe Embperl will cache the resulting total by the
timestamp on the main file, and not by the most recent timestamp
involved.

I'm not certain on the options you need with this.  I believe you'll
probably want IncludesNoExec; you may need ExecCGI.  It's been a while
since I looked at this.

Ed

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

Reply via email to