Hi all,

I want to implement a transparent reverse proxy, to export an intranet web
server to the Internet.

I know about the ProxyPass friends, but with such a mapping :

        ProxyPass /toto         http://intra.company.com

the returned HTML page contains links that must be filtered (IMG SRC,
etc).

My original attempt was to create a Content Handler to filter the HTML
flow (add "/toto" on all links), but apparently, I can't hook my handler
after mod_proxy. Is there a way to realize this ?

The O'Reilly book mention writing my own proxy. Or would Apache 2.0
filters solve this in an elegant way ?

Thanks for any hint,

Charles
-- 
Charles Bueche <[EMAIL PROTECTED]>
sand, snow, wave, wind and net -surfer

Reply via email to