> >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 parsing the output
of actual apache modules like PHP, I have no idea, but PHP does have a
CGI mode.

- Perrin

Reply via email to