Hi, At the moment I'm playing around a little bit with filters. When I define in httpd.conf an entry a la:
<Proxy *> SetOutputFilter bladibla </Proxy> The filter works. But when I do something like: <Proxy www.xyz.com> PerlSetOutputFilter Apache::bladibla </Proxy> it doesn't. However when I remove the Proxy directive a la: #<Proxy www.xyz.com> PerlSetOutputFilter Apache::bladibla #</Proxy> the Apache::bladibla filter works just fine (only for all sites and that is not what I'm looking for. I just want to modify the content of www.xyz.com). How can I resolve this? I'm using Apache 2.0.48 and mod_perl 1.99_11 Sincerely, Erick -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html