Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-30 Thread David Mehler
Hello, Thanks, actually turned out to be a firewall issue. Thanks a lot. Dave. On 6/28/20, Antony Stone wrote: > On Sunday 28 June 2020 at 17:44:48, David Mehler wrote: > >> Hello, >> >> Yes netstat does show that the sockets are listening on the correct >> addresses. >> >> As for

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread Antony Stone
On Sunday 28 June 2020 at 17:44:48, David Mehler wrote: > Hello, > > Yes netstat does show that the sockets are listening on the correct > addresses. > > As for wireshark/tshark can you give me a quick howto to get you the > answer to your question? I've never used it. tshark -i eth0 -f "port

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread David Mehler
Hello, Yes netstat does show that the sockets are listening on the correct addresses. As for wireshark/tshark can you give me a quick howto to get you the answer to your question? I've never used it. Thanks. Dave. On 6/28/20, Antony Stone wrote: > On Sunday 28 June 2020 at 17:17:22, David

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread Antony Stone
On Sunday 28 June 2020 at 17:17:22, David Mehler wrote: > Hello, > > Thanks, I have done that. Everything looks good they're just not > responding to an external IPv6 check. Does netstat -lptn tell you the sockets are listening on those addresses? What does wireshark/tshark tell you happens

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread David Mehler
Hello, Thanks, I have done that. Everything looks good they're just not responding to an external IPv6 check. Thanks. Dave. On 6/28/20, angel Hall-Coulston wrote: > Hi, > I assume you have already run the command 'httpd -S' as this will throw back > info and errors on virtual host(s)

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-28 Thread angel Hall-Coulston
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 wrote: > > Hello, > > Thanks. This is in my global ssl configuration: > > Listen

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-27 Thread David Mehler
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: I'm not getting any Apache syntax

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-27 Thread Richard
> Date: Saturday, June 27, 2020 20:06:30 -0400 > From: David Mehler > > 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

[users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-27 Thread David Mehler
Hello, 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