Re: Proxy Directive and PerlSetOutputFilter

2003-12-16 Thread Erick Staal
Hi Stas, Yes indeed, SetOutputFilter bladibla works. The 'bladibla' output filter consists of a sed command (using mod_ext_filter). The Apache::bladibla filter is based on the modperl-2.0 documentation of the Obfuscation filter, where the substitution of the carriage return (in the obfus

Proxy Directive and PerlSetOutputFilter

2003-12-16 Thread Erick Staal
Hi, At the moment I'm playing around a little bit with filters. When I define in httpd.conf an entry a la: SetOutputFilter bladibla The filter works. But when I do something like: PerlSetOutputFilter Apache::bladibla it doesn't. However when I remove the Proxy directive a la: # PerlSetO