AdrianC
Basic Pleskian
I noticed some problems (request timeouts) between my servers and it turns out that if a request to my domain is made by ipv6 it returns timeout.
And if I test with online ipv6 tools I get:
Anything I can change on the server ?
From what I can tell Apache is not listening on ipv6 but before messing with Apache config files, I assume there is something I can do in Plesk web interface ?
Under domains > domain > web hosting access I see both ipv4 and ipv6 being used.
Edit: the command /usr/sbin/lsof -i | grep -i httpd seems to show apache listening on ipv6 from what I can tell
And if I test with online ipv6 tools I get:
Code:
AAAA DNS record: [MY V6 IP]
IPv6 web server: web server is unreachable : Connection timed out
Anything I can change on the server ?
From what I can tell Apache is not listening on ipv6 but before messing with Apache config files, I assume there is something I can do in Plesk web interface ?
Under domains > domain > web hosting access I see both ipv4 and ipv6 being used.
Edit: the command /usr/sbin/lsof -i | grep -i httpd seems to show apache listening on ipv6 from what I can tell
Code:
httpd 13722 apache 4u IPv6 152015784 0t0 TCP *:http (LISTEN)
httpd 13722 apache 6u IPv6 152015788 0t0 TCP *:https (LISTEN)
httpd 13723 apache 4u IPv6 152015784 0t0 TCP *:http (LISTEN)
Last edited: