ampo Posted October 19, 2008 Share Posted October 19, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.