Hi, > > We are currently trying to upgrade Apache1 to Apache2. > In Apache1, we are using Apache::SSI with <!--#perl > sub="Apache;:myPM"....>. > I did not find Apache2::SSI, so that I changed the config from > <Files ~ "\.epl$"> > PerlSetVar Filter On > Options +IncludesNoExec > PerlHandler Apache::EmbperlFilter Apache::SSI > SetHandler perl-script > </Files> > to > <Files ~ "\.epl$"> > SetHandler perl-script > PerlResponseHandler Embperl > EMBPERL_SYNTAX "Embperl SSI" > Options +IncludesNoExec > </Files> > > All <!--#... works except <!--#perl. > I'm wondering if you would let me know what I should use for > <!--#perl sub="Apache::myPM"... >
Embperl::Syntax::SSI does not support the <!--#perl ... Syntax, but it shouldn't be hard to add support for it in Embperl/Syntax/SSI.pm Gerald ** Virus checked by BB-5000 Mailfilter ** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]