You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Surat Singh Bhati <su...@indiamart.com> on 2001/03/16 19:56:08 UTC

enable normal SSI for output of mod_perl script

Hi,

I want to filter/process some files using my own 
handler as:

<Location /foo>
   SetHandler      perl-script
   PerlHandler     Apache::Myprocessing
</Location>

Now, beofre sending the output of above handler to browser, I want
to process it as normal server-parsed (i. e. apache should search for
the SSI tags like <!--#exec cgi="/abc.cgi"--> , process them, and 
serve the final output to the browser.

Please suggest me how to configure Apache and mod_perl for it.

Thanks and Regards,

-Surat Singh Bhati