Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
getting 5** error on my site checked hardware useage and CPU is at 100% but only the last two days other then that was less the 10% usage and advice pls
nothing has been changed on the vps or website files in like 2 weeks
also sometimes i get this when i click on restart or start in PHP settings
Look into /var/www/vhosts/<subscription of the user you see in the first column>/logs and check access_ssl_log and error_log contents. Normally you'll find lots of bad bot requests there or POSTs coming from the same IP address. Block that address (unless it is your own):
# fail2ban-client set recidive banip <IP-address>
Look into /var/www/vhosts/<subscription of the user you see in the first column>/logs and check access_ssl_log and error_log contents. Normally you'll find lots of bad bot requests there or POSTs coming from the same IP address. Block that address (unless it is your own):
# fail2ban-client set recidive banip <IP-address>
The failed connections to the socket can be a result from excessive load / number of requests against the server. Check access_ssl_log and carefully consider what the request the website is getting are doing. Are they from bad bots? Then block these bots, e.g. by an entry in your .htaccess file like