Two virtual host one with Domain name one with internal ip#?
- by Abhishek
Is it possible to have two virtual host configurations for the same server - one with internal ip address and one with domain name? Something like
<VirtualHost {{internal-ipaddress}}:80>
.......
</VirtualHost>
<VirtualHost {{domain-name}}:80>
.......
</VirtualHost>
Note that the internal IP address and the…