Hi,
I was wondering if it's possible to (re)direct HTTP Traffic to different servers based on hostnames. For example:
server1.example.org HTTP to 10.0.0.1
server2.example.org HTTP to 10.0.0.2
Or what I really want is that only when the FQDN is typed (http://server1.example.org) it's directed to 10.0.0.1 and when http://www.example.org is typed it's being rejected...
This thread was automatically locked due to age.