RE: enable normal SSI for output of mod_perl script

2001-03-17 Thread Geoffrey Young
>-Original Message- >From: Ken Williams >To: 'Surat Singh Bhati' >Cc: [EMAIL PROTECTED] >Sent: 3/17/01 12:42 PM >Subject: RE: enable normal SSI for output of mod_perl script > >[EMAIL PROTECTED] (Geoffrey Young) wrote: >>Surat Singh Bhati [mail

RE: enable normal SSI for output of mod_perl script

2001-03-17 Thread Ken Williams
[EMAIL PROTECTED] (Geoffrey Young) wrote: >Surat Singh Bhati [mailto:[EMAIL PROTECTED]] >> Hi, >> >> I want to filter/process some files using my own >> handler as: >> >> >>SetHandler perl-script >>PerlHandler Apache::Myprocessing >> >> >> Now, beofre sending the output of a

RE: enable normal SSI for output of mod_perl script

2001-03-16 Thread Perrin Harkins
On Sat, 17 Mar 2001, Surat Singh Bhati wrote: > 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? Apache::SSI do

RE: enable normal SSI for output of mod_perl script

2001-03-16 Thread Surat Singh Bhati
/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,

RE: enable normal SSI for output of mod_perl script

2001-03-16 Thread Geoffrey Young
> -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 fi

enable normal SSI for output of mod_perl script

2001-03-16 Thread Surat Singh Bhati
Hi, I want to filter/process some files using my own handler as: SetHandler perl-script PerlHandler Apache::Myprocessing 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