Hi, I assume you have already run the command 'httpd -S' as this will throw back info and errors on virtual host(s) configuration ?
Angel Hall-Coulston Scotland > On 28 Jun 2020, at 02:19, David Mehler <dave.meh...@gmail.com> wrote: > > Hello, > > Thanks. This is in my global ssl configuration: > > Listen xxx.xxx.xxx.xxx:443 https > Listen [ipv6.address1]:443 https > Listen [ipv6.address2]:443 https > Listen [ipv6.address3]:443 https > Listen [ipv6.address4]:443 https > > and in my VirtualHost definition: > > <VirtualHost *:443 [2600:3c03:e000:1aa:abcd::2073]:443> > > I'm not getting any Apache syntax errors, but checking site > availability via ipv6 check reveals site is unreachable. I'm trying to > rule out Apache error. Is the above correct? > > Thanks. > Dave. > > > On 6/27/20, Richard <lists-apa...@listmail.innovate.net> wrote: >> >> >>> Date: Saturday, June 27, 2020 20:06:30 -0400 >>> From: David Mehler <dave.meh...@gmail.com> >>> >>> I'm wanting to set up Apache 2.4 virtual hosts to listen to specific >>> IPv6 addresses. I see a Listen directive in my http configuration, >>> but nothing for each virtual host. I've got several different >>> virtual hosts each I want to listen on it's own specific IPv6 >>> address. In the virtual host configuration i've got VirtualHost >>> *:443. >> >> >> You may want to look at the apache documentation on ip-based virtual >> hosting, e.g., >> >> <https://httpd.apache.org/docs/2.4/vhosts/ip-based.html> >> >> There's an IPv4/http example there that you should be able to use as >> a starting point for your IPv6/https needs. >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org >