Stas Bekman wrote:
I don't seem to be able to include any filters from , e.g.:
Now I recall that Chris Pringle was running the filter without any problems.
http://marc.theaimsgroup.com/?l=apache-modperl&m=107097076003389&w=2
But I fail to reproduce his setup. I have the data from the remote server
Erick Staal wrote:
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 ret
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
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:
SetOutputFilter bladibla
The filter works. But when I do something like:
PerlSetOutputFilter Apache::bladibla
it doesn't.
But the two aren't the same (look at the pr