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.
Did you actually set any CPU limits for subscriptions in Plesk?
Please show the output of the following commands:
uname -a
hostnamectl status
cat /etc/os-release
Also, could you take some system user ID, e.g. 10001, and run
echo 100000 >...
If you want to set it up for all domains, you can use configuration templates, namely the domainVirtualHost.php one.
Enabling CGI all over /var/www may be not secure. You should be 100% sure that a malicious user can't upload a file there.
Also, modifying /etc/apache2/apache2.conf is not...
It won't be moved automatically. You may check what's the current path to cgi-bin by looking into Apache config at /var/www/vhosts/system/<your domain>/conf/httpd.conf, look for "/cgi-bin".
You can check if your config is applied by looking into /var/www/vhosts/system/example.conf/conf/vhost_ssl.conf.
Error 500 may be caused by incorrect access rights, check /var/log/apache2/suexec.log for any errors after accessing index.pl. The file to be executed must be owned by...
As for technical implementation, Plesk panel itself is served by sw-cp-server, which is derived from nginx, and you connect to it either directly on ports 8880, 8443, or through nginx proxy on ports 80, 443. So, .htaccess is not relevant to panel access management.