Apache VirtualHost wildcards with IPv6
Solution 1:
If you want to use a wildcard address (listen on all IP addresses) in a VirtualHost
, you need your Listen
directive to be listening on all IP addresses.
Listen 80
Listen 443
If you want to use a wildcard address (listen on all IP addresses) in a VirtualHost
, you need your Listen
directive to be listening on all IP addresses.
Listen 80
Listen 443