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,

Reply via email to