Erick Staal wrote:
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.

But the two aren't the same (look at the proxy settings). Does


<Proxy www.xyz.com>
SetOutputFilter bladibla
</Proxy>

work?

I think the filter may need to be a connection filter for it to work for Proxy. I haven't tried this setup yet, so I'm just guessing here.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to