Abbiss, Mark wrote: > What I am trying to do first is filter requests on my proxy that are for a > number of different URL's and pass the requests for those URL's on to the > server which hosts that site. > > Each URL is hosted by a differnet server, so for example > > develop.travel.com -> 10.50.1.1 > stageing.travel.com -> 10.50.1.2 > live.travel.com -> 10.50.1.3 > etc etc
This is done automatically by the DNS system. Add those hosts to your DNS servers, and it will be done for you. Adam
