• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by kpushkarev

  1. K

    Issue CGroup enabled in a privileged CT - Failed to set cpu.cfs_quota_us

    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 >...
  2. K

    Issue CGroup enabled in a privileged CT - Failed to set cpu.cfs_quota_us

    What's the output of find /sys/fs/cgroup/cpu,cpuacct/user.slice/ -name 'cpu.cfs*' -print -exec cat {} \;?
  3. K

    Question Perl on Debian

    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...
  4. K

    Resolved Change location of cgi-bin

    You can move already existing one or toggle CGI off/on and new directory will be created for you (though already exsiting won't be deleted).
  5. K

    Resolved Change location of cgi-bin

    So, it's above httpdocs, as you wanted.
  6. K

    Resolved Change location of cgi-bin

    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".
  7. K

    Resolved Change location of cgi-bin

    Then you need "webspace", not "www-root".
  8. K

    Resolved Change location of cgi-bin

    That would work, but unnecessary, because www-root is the current default. The corresponding selector in GUI is not shown in this case.
  9. K

    Question Perl on Debian

    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...
  10. K

    Issue CGroup enabled in a privileged CT - Failed to set cpu.cfs_quota_us

    Where do you see the messages? Do they just appear at regular intervals or some action provokes them?
  11. K

    Question Add basic auth to login_up.php

    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.
  12. K

    Issue [PPP-64443] mailman3 and "example.com"

    Thanks for reporting, I've filed a bug (PPP-64443) to investigate the issue.
  13. K

    Issue Angular ssr no work

    What "Technical details..." at the bottom of the error page say?
  14. K

    Question Add basic auth to login_up.php

    What's the content of your .htaccess?
Back
Top