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

mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-16 Thread Jim Brandt
I need to implement the reverse proxy link-fixing behavior provided in Apache 2 by mod_proxy_html: http://apache.webthing.com/mod_proxy_html/ but I need it in Apache 1. Some digging turned up Apache::ReverseProxy, which appears to have a nice spot in the code to access the response body befor