Thread: IPv6 Support
View Single Post
Old 09-27-2004, 12:22 PM   #4
Junior Member
 
Join Date: Sep 2004
Posts: 11
flaviocu
Default ipv6 support

hmm, this is a very good question. What I would prefer is the following: all ipv4 hosts should be reachable through ipv6 as well:
<VirtualHost 192.168.1.1:80 [2001:8a8::1]:80>
DocumentRoot /www/server1
ServerName server.example.com
ServerAlias server
</VirtualHost>

Maybe every ip-address could actually be a pair, where either v6 or v4 addresses are assigned to (or both), so one could have ssl on v6 too (running on a seperate ip address)

Thank you

Flavio

PS: for DNS, it's imho enough to just support an AAAA Record.
flaviocu is offline   Reply With Quote