Re: mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-18 Thread Jim Brandt
Turns out I was able to munge the pages on the way back using Apache::ReverseProxy. I did this by just hacking in my fixes, but I'm thinking this might be a useful feature to suggest to the author (with a patch, of course). At first I thought to offer some of the same functionality as mod_pr

Re: mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-17 Thread Perrin Harkins
On Wed, Jul 16, 2008 at 12:06 PM, Jim Brandt <[EMAIL PROTECTED]> wrote: > Are there any other solutions for Apache 1 before I start hacking on this > module? The Apache::Filter stuff does work, but I don't see any advantage to using that in this case. You'd still have to do the proxy fetch yourse