Thread: IPv6 Support
View Single Post
Old 09-27-2004, 06:19 AM   #3
ISPsystem team
 
Join Date: Mar 2004
Posts: 98
Igor has disabled reputation
Default

one question.
as i see apache can have virtual hosts with ip4 and ip6 both
something like this:
-----------------------------
Listen [3ffe:ffff:100::2]:80
Listen 1.2.3.4:80
<VirtualHost [3ffe:ffff:100::2]:80 1.2.3.4:80>
ServerName ipv6andipv4.yourdomain.yourtopleveldomain
# ...sure more config lines
</VirtualHost>
-----------------------------

should we support such posability
or enought to support only one of ip version per virtualhost
like this:
-----------------------------
Listen [3ffe:ffff:100::2]:80
Listen 1.2.3.4:80
<VirtualHost [3ffe:ffff:100::2]:80>
ServerName ipv6.yourdomain.yourtopleveldomain
# ...sure more config lines
</VirtualHost>
<VirtualHost 1.2.3.4:80>
ServerName another.yourdomain.yourtopleveldomain
# ...sure more config lines
</VirtualHost>
-----------------------------

please advice.
what do you prefer?
__________________
ISPsystem support team
Igor is offline   Reply With Quote