• 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

Search results

  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?
  15. K

    Resolved Protected directory not working for php files

    If you don't have many affected domains, it could be faster to go to "Hosting & DNS -> Apache & nginx Settings" of those domains and press Apply (changing settings isn't necessary) to trigger reconfiguration.
  16. K

    Resolved Protected directory not working for php files

    @Hangover2 Unfortunately, in general, Plesk-generated configs can become complicated depending on enabled features and installed extensions, which can give rise to unwanted interactions between directives. My solution is more error-proof in that matter, because it captures requests to protected...
  17. K

    Resolved Protected directory not working for php files

    The problem with 18.0.59 is due to missing proxy_pass inside location blocks for protected directories, so the correct location block for a protected directory, if you have "Serve static files directly by nginx" enabled, would be like location ~ "^/protdir/" { auth_basic...
  18. K

    Resolved Dist-Uprade Debian 11 to 12

    That's not a mistake, though appears surprising at first glance. There's no package mariadb-server-10.11 in Debian repositories. The package mariadb-server-10.5 on Debian 12 is a transitional package installing the package mariadb-server (MariaDB 10.11). So, by executing the command from the...
  19. K

    Question Nginx not use charset UTF-8 for xml...?

    Encoding may be set in the document itself and different from US-ASCII or UTF-8.
Back
Top