Jump to content

ReverseProxy issue


ampo

Recommended Posts

Hello.

 

I have HTML page from server1.

This HTML request (xmlHTTPRequest) data from server2, not in the same domain.

 

Trying to use Apache reverse proxy, the HTML JS is:

oXmlHttpRequest.open("GET", "http://server1.aabbcc.com/RemoteServerTest/RemoteServer.asp", false);

 

in order to redirect from server1 to server2 the code in httpd.conf is:

ProxyRequests Off

ProxyPass aabbcc.com/ http://server2.xxyyzz.com/

 

the msg I get is that RemoteServerTest/RemoteServer.asp can not be found in server1.

 

Do I miss something?

Why the proxying not working?

 

Any help will be great.

 

Link to comment
https://forums.phpfreaks.com/topic/129070-reverseproxy-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.