apache - IP and Domain Based Virtual Hosts -
my vps giving me 16 ip v6 addresses, , want host 16 domains , want them in such way each domain has own unique ipv6 address.
if wanted this, how proceed ? lot of research tells me should use virtual hosts, how done ? should use simple panel webmin instead ?
or map ipv6 addresses domain names in dns
[2001:0db8:100::1 -> domain1 [2001:0db8:100::2 -> domain2
and use name based virtual hosts in apache makes accessing application via browsers more readable: http://httpd.apache.org/docs/2.2/vhosts/name-based.html
<virtualhost *:80> servername www.domain1.com documentroot /www/domain1 </virtualhost> <virtualhost *:80> servername www.domain2.com documentroot /www/domain2 </virtualhost>
Comments
Post a Comment