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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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