On Thu, Sep 10, 2009 at 3:26 PM, idan72 <ishai@xxxxxxxxx> wrote: > I have web application writing in Flex. > The clients are from different location(countries). > I want that when client try to reach the URL of application he will get it > from local server and not from the main server. > Also if possible that if there is update in main server the update will be > send to the local server at each location. > > Is that possible ? Yes. But this is not that trivial. The easiest part is mirroring your servers to a local machine. Use whatever works for you to do this. The hard part is getting clients to use a geographically close server. For that you will need to return a different IP address when a client request your hostname, depending on where the request originates from. But this has nothing to do with apache really... Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx