You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2008/07/08 14:18:27 UTC

RE: Embperl 2 questions

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: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org