> >now, i have the exact same problem: i need my SSI to filter thru everithing:
> >HTML, CGIs, PHP, etc.
You get HTML filtering already. For CGIs, why not write a minimal
PerlHandler to emulate CGI (i.e. set up the environment and execute the
CGI script) and then run the output through SSI? For
[EMAIL PROTECTED] (Bill) wrote:
>Hi,
>
>I'm scratching my head on a mod_perl problem, and I found out you guided other
>programmers in my situation...
>
>here's the context:
>
>[ 1999-09-30 4:20:30 ]
>> Is there a way too, to have output of NON PERL cgi scripts to be SSI parsed?
>
>Not that I know