On 5/11/07, Melanie Langlois <[EMAIL PROTECTED]> wrote:
Hi,

I want to load external pages in my web application and make them appear as 
they are from local domain. I need to do this to be able to access the html 
content of the frame.
I then configure apache server to act as reverse proxy :
So when I ask for /external, apache load the page on 
http://www.externaldomain.com/external

The loading part works fine, however, the domain of the frame is still 
undefined for my application. I need apache to return the page with the 
localhost domain.
I tried to add ProxyDomain as localhost in my httpd.conf, but I couldn't even 
restart apache, I had an error.

What should I do to make apache return the web content with the localhost 
domain ?

Try the ProxyPass directive and google for "reverse proxy".

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to