You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Gael Pegliasco <ga...@telecorporate.com> on 2000/09/14 16:40:41 UTC

Apache::ASP

Hello,

Does someone know if there is a way to chain Apache::ASP output with
Apache::OutputChain or Apache::Filter ?

I'd like to do something like this :

<Files ~ "*\.asp">
SetHandler perl-script
PerlHandler Apache::OutputChain Apache::MakeCapital Apache::ASPCHain
</Files>

or Something like :

<Files ~ "*\.asp">
 SetHandler perl-script
 PerlSetVar Filter On
 PerlHandler FilterASP FilterCapital
</Files>

Thanks for your reply

With kind regards,

Gael,