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 before sending it back to the client.

Are there any other solutions for Apache 1 before I start hacking on this module? I need solutions that run through Apache because I need the auth provided by an existing Apache module.

Any issues other than dealing with an incorrect Content-length value?

Thanks,
Jim

--
Jim Brandt
Administrative Computing Services
University at Buffalo


Reply via email to