Jason Gauthier wrote:
> I have no IPv4 address though, so I don't really know how I could bind one
> to my IPv6 address.

You can try 2 things:

a) bind only IPv6 (can't currently test whether this works or not)
<VirtualHost 2001:0DB8::1>
</VirtualHost>

b) bind IPv4 to loopback, so you have effective IPv6 only
<VirtualHost 127.0.0.1>
        ...
        Bind 2001:0DB8::1
        ...
</VirtualHost>

Hope this helps,
        Peter
-- 
Dr. Peter Bieringer                     http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D                       mailto:[EMAIL PROTECTED]
Deep Space 6 Co-Founder and Core Member  http://www.deepspace6.net/
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to