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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.