apache2 mod_proxy mod_ext_filter issue

apache2 mod_proxy mod_ext_filter issue

am 16.10.2009 03:13:40 von 8p

Hi,

I need some help. I'm having an odd issue. I'm trying to run a proxy
but want to add some content at the end of html files. I had it
working for files hosted locally, so i know that at least that is
working properly. However, when I try to use the ext_filter on the
proxy nothing happens. Any ideas?

Configuration:
Apache/2.2.11
Ubuntu/2.6.28-11-server

---- proxy.conf ----

ExtFilterDefine my-filter mode=output intype=text/html cmd="/bin/sed
s/verdana/arial/g"


ProxyRequests On

AddDefaultCharset off
Order allow,deny
Allow from all
SetOutputFilter my-filter

ProxyVia Off


----- test.html ----

SKYBLENDERHELL
WORLD!!!!!!
verdana
arial


------- testing it as http://skyblender.com/index.html through the proxy ----

I didn't compile apache, but I've applied all the updates for the OS.
The proxy is working, but the external filter does not work with it.
Any help would be greatly appreciated!

Regards,

Marcos

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org