[EMAIL PROTECTED] Can use "Alias" out of root directory?

2008-10-26 Thread Amir Porat
Hello. Can I set "Alias" in httpd.conf to point to directory that is not under the root directory? Lets say I have folder "A", folder "B" (under "A") and folder "C" (under "B") I also have folder "D" (under "A"). My root directory point to folder "C". Can I set Alias for folder "D" or it will out

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

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 2

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

2008-10-19 Thread Amir Porat
Covener <[EMAIL PROTECTED]> wrote: > 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. W

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

2008-10-19 Thread Amir Porat
hould be: *http://server2.aaabbb.com/RemoteServerTest*<http://server2.aaabbb.com/RemoteServerTest> Now I'm getting "permission denied" msg. Do I need to add this: *./configure --enable-proxy??* ** On Sun, Oct 19, 2008 at 2:49 PM, Eric Covener <[EMAIL PROTECTED]>

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 &l

[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*

[EMAIL PROTECTED] Cross - Domain reverse proxy problem

2008-10-19 Thread Amir Porat
Hello. I have cross domain problem when I try to send xmlHTTPRequest from server1, HTML, to server2, ASP. the servers are not in the same domain Address of HTML from server1: http://MyPC.aabbcc.com/LocalServer.htm (I use my PC, win server2003, as server1

Re: [EMAIL PROTECTED] Cross-domain problem

2008-10-19 Thread Amir Porat
;http://servername.xxyyzz.com/> The respons I get is: *"The requested URL /RemoteServerTest/RemoteServer.asp was not found on this server."* Do I miss something? Thanks. On Sat, Oct 18, 2008 at 11:15 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at

[EMAIL PROTECTED] Cross-domain problem

2008-10-18 Thread Amir Porat
Hello. I guess I have cross-domain problem: HTML page from server1 has to send XMLHTTPRequest to server2. server1 and server2 are not in the same domain. How can I do it? Any help will be great. Thanks. -- Regards... Porat Amir