Once I generate someoutput or page using my handler, I want to
pass it to apache to process the #exec. 

Apache::SSI does not support #exec and "PerlSSI disabled in DSO build"
I am using the DSO mod_perl.


Any solution?

Thanks & Regards,

-Surat Singh Bhati


At 03:49 PM 3/16/01 -0500, you wrote:
>
>
>> -----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