Hello

I think I have a very strange problem. I'm trying to use ext_filter to
rewrite some contenton the fly from apache.

On this page: http://sn.im/veg7c I have a simple html file containing
the word "Bummer", I then have the following lines in my apache config
file:

    ExtFilterDefine fixtext mode=output cmd="/bin/sed s/Bummer/It\ works/g"
    SetOutputFilter fixtext

And as you can see it works fine.

On the other hand, I also host this page: http://sn.im/v3luh , and
here I have these lines in my configuration:

    ExtFilterDefine fixtext mode=output cmd="/bin/sed s/2011\ P/2012\ P/g"
    SetOutputFilter fixtext

This should replace "2011 P" with "2012 P" (just for testing). If you
visit the page you can see this should be the case in the far right
bottom corner (scroll all the way down). But if you are viewing the
page in your browser this will (as far as I know) not be the case.
However, if you use a command line tool like wget or curl it works
just fine. You can also try using a proxy like hidemyass.com and it
will also work great.

I am quite lost here because I have no idea what is going on.

Can anyone help me?

best regards

Arvid Böttiger

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to