On 16-08-2011 13:21, Jeroen Geilman wrote:
On
2011-08-16 09:23, Søren Schimkat wrote:
Hi Guys
I would like to make a remote website appear as existing on a
local virtual host, but I'm having trouble with understandig how
to do it. Virtual hosting i working just fine, but getting the
remote site into the local space is just killing me.
What I need to do is to have www.remote.com til appear as
www.local.com.
mod_proxy_http will do this just fine.
Configure Proxypass and ProxypassReverse as documented.
The remote site contains some fully
qualified links and references to images like this: <a
href="" class="moz-txt-link-rfc2396E" href="http://www.remote.com/somestuf/page2.htm">"http://www.remote.com/somestuf/page2.htm" title="Page
2"><img
src="" class="moz-txt-link-rfc2396E" href="http://www.remote.com/images/page2.gif">"http://www.remote.com/images/page2.gif"></a> ..
that would need to be rewritten.
That is not possible with mod_proxy.
There is a third-party module that does just that however:
mod_proxy_html.
You can find it here: http://apache.webthing.com/mod_proxy_html/
Thanks man .. just what I needed. :-)
Regards Søren
|