Re: [EMAIL PROTECTED] APACHE questions

2008-10-19 Thread ampo
the httpd.conf this is my code: ProxyRequests Off ProxyPass aabbcc.com/ 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. awarnier wrote: > > ampo w

Re: [EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
o, how can it be done? Thank you. awarnier wrote: > > ampo wrote: >> Hello. >> >> My scenario is client "calling" server1 and server1 is "calling", by >> xmlHTTPRequest, to server2. >> server2 has to return xml data to server1 and to

[EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the client. my general broblem is cross-domain, as server1 and server2 are not in the same domain. Could you, please, clear this for me: Is APA

Re: [EMAIL PROTECTED] Loading simple HTML page

2008-10-18 Thread ampo
What is m.l. ?? Davide Bianchi wrote: > > ampo wrote: >> Thank you, it works. >> >> I have another question about mod_rewrite. > > Please, first read the documentation about mod_rewrite, that is huge and > has a lot of informations, if you can't

[EMAIL PROTECTED] mod_rewrite(?) for redirect to another URL

2008-10-16 Thread ampo
Hello. I have client who turn to Server1. Server1 send xmlHTTPRequest Server2 (another domain - "cross domain"). Server2 should response with XML back to client (through Server1). Who can I do this to avoide the security problem? I read the mod_rewrite / documentation but found nothing about it

Re: [EMAIL PROTECTED] Loading simple HTML page

2008-10-16 Thread ampo
Thank you, it works. I have another question about mod_rewrite. is this the right place? should I open new post? Thanks. Davide Bianchi wrote: > > ampo wrote: >> I have a simple HTML page localy on my PC. >> Previously, I used IIS: using virtual directory I browsed t

[EMAIL PROTECTED] Loading simple HTML page

2008-10-16 Thread ampo
Hello. I have a simple HTML page localy on my PC. Previously, I used IIS: using virtual directory I browsed to this page and it was loaded. How do I do it with Apache?? Apache is already installed and seems working by the "It Works" text. Thank you. -- View this message in context: http://www