Plesk

Site shows: ERR_CONNECTION_TIMED_OUT

Symptoms

Cause

Site or page is being abused.

Resolution

Block IP's that are trying to abuse site.
Plesk > Domains > example.com >  Apache & nginx Settings > Additional directives for HTTP:

<Directory "/var/www/vhosts/example.com">
Options All
AllowOverride None
<RequireAll>
Require all granted
Require not ip 203.0.113.3 203.0.113.4
</RequireAll>
</Directory>

Additional information

Website on Plesk server is not accessible: 504 Gateway Time-out: The timeout specified has expired: [client 203.0.113.2:54693] AH01075: Error dispatching request to

Exit mobile version