HTTP-Proxy - Re: reverse proxy

Posted on Wed Mar 16 19:25:53 2005 by eserte in response to 230 (See the whole thread of 2)
Re: reverse proxy
I don't think you need HTTP::Proxy in this case --- just create a normal CGI or mod_perl application which uses, say, the path_info-part to get the URL and LWP::UserAgent to fetch the contents of this URL.
Write a response