These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for ipv6 virtualhost on the new forum.
Guys,
I tried to point out site using ipv6. I edited /etc/httpd/conf/httpd.conf and add this lines
Listen [2a01:4f8:xxxx:xxxxx::1]:80
...
VirtualHost [2a01:4f8:xxxx:xxxxx::1]:80
...
VirtualHost [2a01:4f8:xxxx:xxxxx::1]:443
Im sure ipv6 is attached
ifconfig -a
inet6 2a01:4f8:xxxx:xxxxx::1 prefixlen 64 scopeid 0x0
im using Centos7 with webmin/virtualmin.
http://[2a01:4f8:xxxx:xxxxx::1]:8080/ not working.
Thanks in advance
You cant have the IP for inet6/64 be a 1. That is always the gateway. Interface IP for inet6 should be ::2 or higher.
Your web setup is for port 80 and 443, So :8080 is not going to work.