Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
Thank you all for your great help - as apache says: "It Works";) On Sun, Oct 19, 2008 at 3:47 PM, Amir Porat <[EMAIL PROTECTED]> wrote: > How can I see the packet trace? > ...Don't see anything special in the event viewer of server2. > > On Sun, Oct 19, 2008 at 3:38 PM, Eric Covener <[

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
How can I see the packet trace? ...Don't see anything special in the event viewer of server2. On Sun, Oct 19, 2008 at 3:38 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sun, Oct 19, 2008 at 9:33 AM, Amir Porat <[EMAIL PROTECTED]> wrote: > > [Sun Oct 19 15:30:55 2008] [notice] Apache/2.2.9 (Win

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Eric Covener
On Sun, Oct 19, 2008 at 9:33 AM, Amir Porat <[EMAIL PROTECTED]> wrote: > [Sun Oct 19 15:30:55 2008] [notice] Apache/2.2.9 (Win32) configured -- > resuming normal operations > [Sun Oct 19 15:30:55 2008] [notice] Server built: Jun 13 2008 04:04:59 > [Sun Oct 19 15:30:55 2008] [notice] Parent: Created

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
[Sun Oct 19 15:30:55 2008] [notice] Apache/2.2.9 (Win32) configured -- resuming normal operations [Sun Oct 19 15:30:55 2008] [notice] Server built: Jun 13 2008 04:04:59 [Sun Oct 19 15:30:55 2008] [notice] Parent: Created child process 27688 [Sun Oct 19 15:30:55 2008] [notice] Child 27688: Child pro

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Eric Covener
On Sun, Oct 19, 2008 at 9:13 AM, Amir Porat <[EMAIL PROTECTED]> wrote: > > Now I'm getting "permission denied" msg. > > Do I need to add this: ./configure --enable-proxy?? Probably not. What does your error log say? -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
My xmlHTTPRequest is: *oXmlHttpRequest.open("GET", "** http://example.com/mirror/foo/RemoteServerTest* *", false);* The config file code is: *ProxyPass /mirror/foo/ http://server2.aaabbb.com/* The expected URL should be: *http://server2.aaabb

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Eric Covener
On Sun, Oct 19, 2008 at 5:42 AM, Amir Porat <[EMAIL PROTECTED]> wrote: > Hello. > > I have HTML page from server1. this page should request (XMLHTTP) to server2 > (not in the same domain) - cross domain issue here. > Trying to overcome this I tried to request HTML to server1: > oXmlHttpRequest.open

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
Sorry, all, for the spamming. Can anyone refer/guide me to any example? Still can't get complete answer... Thanks. On Sun, Oct 19, 2008 at 2:22 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: > >> On Sun, Oct 19, 2008 at 5:42 AM, Amir Porat <[EMAIL PROTECTED]> wrote: >> >>> H

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread André Warnier
Eric Covener wrote: On Sun, Oct 19, 2008 at 5:42 AM, Amir Porat <[EMAIL PROTECTED]> wrote: Hello. I have HTML page from server1. this page should request (XMLHTTP) to server2 (not in the same domain) - cross domain issue here. Trying to overcome this I tried to request HTML to server1: oXmlHttp

Re: [EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Eric Covener
On Sun, Oct 19, 2008 at 5:42 AM, Amir Porat <[EMAIL PROTECTED]> wrote: > Hello. > > I have HTML page from server1. this page should request (XMLHTTP) to server2 > (not in the same domain) - cross domain issue here. > Trying to overcome this I tried to request HTML to server1: > oXmlHttpRequest.open

[EMAIL PROTECTED] Reverse proxy (cross domain) - ProxyPass issue

2008-10-19 Thread Amir Porat
Hello. I have HTML page from server1. this page should request (XMLHTTP) to server2 (not in the same domain) - cross domain issue here. Trying to overcome this I tried to request HTML to server1: *oXmlHttpRequest.open("GET", "** http://server1.aabbcc.com/RemoteServerTest/RemoteServer.asp*