I have a server with IP address 192.168.1.65
I want to setup virtual hosting such that:
- if I access through http://192.168.1.65/, it will lead me to DocumentRoot A
- else if I access through http://xyz.com/, it will lead me to DocumentRoot B
(xyz.com is already pointing to 192.168.1.65 in dns server)