feerdispzoo
Verified User
- Joined
- Jan 17, 2022
- Messages
- 189
Cloudlinux + litespeed web server
After build Error 521 Ray ID: 73ef12695b85907c • 2022-08-22 22:33:45 UTC Web server is down on all websites.
I check everything,
systemctl status lshttpd.service
active (running)
journalctl -xe
I research this issue for resolve and I see:
I've only IPV4, I do this above steps, now in journalctl -xe still this above issue, and this above changes not resolved my issue. Any solution?
After build Error 521 Ray ID: 73ef12695b85907c • 2022-08-22 22:33:45 UTC Web server is down on all websites.
I check everything,
systemctl status lshttpd.service
active (running)
journalctl -xe
Code:
network unreachable resolving 'ali.ns.cloudflare.com/AAAA/IN': 2400:cb00:2049:1::a29f:408#53
I research this issue for resolve and I see:
Code:
All of the addresses are IPv6. Seems an IPv6 issue, you probably have no IPv6 networking configured. Disable IPv6 suport in Bind:
Edit /etc/sysconfig/named and set:
OPTIONS="-4"
Then restart bind:
service named restart
I've only IPV4, I do this above steps, now in journalctl -xe still this above issue, and this above changes not resolved my issue. Any solution?