> -----Original Message-----
> From: Surat Singh Bhati [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 1:56 PM
> To: [EMAIL PROTECTED]
> Subject: 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.

well, you can almost do this with Apache::SSI and Apache::Filter, but
Apache::SSI can't filter #exec or #include tags.

see the manpages for both for more details...

HTH

--Geoff

> 
> Please suggest me how to configure Apache and mod_perl for it.
> 
> Thanks and Regards,
> 
> -Surat Singh Bhati
> 
> 
> 
> 
> 
>    
> 
> 

Reply via email to