What I'm trying to do is replace everything within a page that goes 
through a forward proxy (i.e. user -> proxy -> internet). I've tried 
mod_sed, but can't seem to get it working.

Any help would be apprciated. My config that applies is:


#listen on a non-default port
NameVirtualHost *:180
Listen 180

<VirtualHost *:180>
        ServerAdmin webmas...@localhost
        #Filter using Sed
        AddOutputFilter Sed html
        ProxyRequests On
        ProxyVia On

        <Proxy *>
                Order deny,allow
                Allow from all
                #Run Sed command
                OutputSed "s/Art/JESSIE/g"
        </Proxy>

</VirtualHost>

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to