In a recently deployed server running Hestia 1.4.2
I get ERR_CONNECTION_TIMED_OUT in Google Chrome / same error in Firefox…
- Not banned by fail2ban.
- The problem persists if I disable iptables.
- nginx -t → ok
- systemctl status apache2 → ok
- lsof -i | grep nginx
nginx 36920 root 161u IPv4 32106659 0t0 TCP my-server.com:http (LISTEN)
nginx 36920 root 162u IPv4 32106660 0t0 TCP my-server.com:https (LISTEN)
nginx 36920 root 163u IPv4 32106661 0t0 TCP localhost:8084 (LISTEN)
nginx 36921 www-data 161u IPv4 32106659 0t0 TCP my-server.com:http (LISTEN)
nginx 36921 www-data 162u IPv4 32106660 0t0 TCP my-server.com:https (LISTEN)
nginx 36921 www-data 163u IPv4 32106661 0t0 TCP localhost:8084 (LISTEN)
nginx 36922 www-data 161u IPv4 32106659 0t0 TCP my-server.com:http (LISTEN)
nginx 36922 www-data 162u IPv4 32106660 0t0 TCP my-server.com:https (LISTEN)
nginx 36922 www-data 163u IPv4 32106661 0t0 TCP localhost:8084 (LISTEN)
nginx 36923 www-data 161u IPv4 32106659 0t0 TCP my-server.com:http (LISTEN)
nginx 36923 www-data 162u IPv4 32106660 0t0 TCP my-server.com:https (LISTEN)
nginx 36923 www-data 163u IPv4 32106661 0t0 TCP localhost:8084 (LISTEN)
nginx 36924 www-data 161u IPv4 32106659 0t0 TCP my-server.com:http (LISTEN)
nginx 36924 www-data 162u IPv4 32106660 0t0 TCP my-server.com:https (LISTEN)
nginx 36924 www-data 163u IPv4 32106661 0t0 TCP localhost:8084 (LISTEN) - lsof -i | grep apache
apache2 29952 root 3u IPv4 32069925 0t0 TCP localhost:tproxy (LISTEN)
apache2 29952 root 4u IPv4 32069927 0t0 TCP my-server.com:8443 (LISTEN)
apache2 29952 root 5u IPv4 32069929 0t0 TCP my-server.com:http-alt (LISTEN)
apache2 35050 www-data 3u IPv4 32069925 0t0 TCP localhost:tproxy (LISTEN)
apache2 35050 www-data 4u IPv4 32069927 0t0 TCP my-server.com:8443 (LISTEN)
apache2 35050 www-data 5u IPv4 32069929 0t0 TCP my-server.com:http-alt (LISTEN)
apache2 35065 www-data 3u IPv4 32069925 0t0 TCP localhost:tproxy (LISTEN)
apache2 35065 www-data 4u IPv4 32069927 0t0 TCP my-server.com:8443 (LISTEN)
apache2 35065 www-data 5u IPv4 32069929 0t0 TCP my-server.com:http-alt (LISTEN)
apache2 35066 www-data 3u IPv4 32069925 0t0 TCP localhost:tproxy (LISTEN)
apache2 35066 www-data 4u IPv4 32069927 0t0 TCP my-server.com:8443 (LISTEN)
apache2 35066 www-data 5u IPv4 32069929 0t0 TCP my-server.com:http-alt (LISTEN)
apache2 35066 www-data 263u IPv4 32101269 0t0 TCP my-server.com:8443->my-server.com:59266 (ESTABLISHED)
But I can access the websites with my mobile phone to the front-end. When I try to log into wordpress I get ERR_CONNECTION_REFUSED

