Search results

  1. K

    Question Is Debian 12 fully supported?

    Thanks for the confirmation, @yborzykina Any idea if and when these components will get support?
  2. K

    Question Is Debian 12 fully supported?

    Hi Does Plesk support Debian 12 and all components? For Debian 11, some components like WatchDog, Mailman, Webalizer and ModSecruity are still not available (regarding to this article). Do all components work, or are there any known incompatibilities? Thanks
  3. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    Or even simpler, just select the PHP version we will remove: plesk db -Ne "SELECT d.name, h.php_handler_id FROM domains d, hosting h WHERE d.id=h.dom_id AND d.htype = 'vrt_hst' AND h.php='true' AND h.php_handler_id LIKE '%php74%'" > /root/domains_hosting_php_enabled.txt
  4. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    Okay, I found the column 'php_handler_id' in the 'hosting' table. So I'll use something like: plesk db -Ne "SELECT d.name FROM domains d, hosting h WHERE d.id=h.dom_id AND d.htype = 'vrt_hst' AND h.php='true' AND h.php_handler_id NOT LIKE '%php82%' AND h.php_handler_id NOT LIKE '%php81%'" >...
  5. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    I see the query: plesk db -Ne "SELECT d.name FROM domains d, hosting h WHERE d.id=h.dom_id AND d.htype = 'vrt_hst' AND h.php='true'" But that selects all domains, also the domains using PHP 8.0 and 8.2 would be moved to the given selector. How can I search for only domains excluding specific...
  6. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    Hi We are planning to remove PHP 7.4 from our servers. Before we do this, we want to move all sites with PHP 7.4 enabled to PHP 8.1. How can we change the PHP handler via CLI from all sites using PHP 7.4 to PHP 8.1? And leaving sites that are using PHP 8.0 or 8.2 untouched? Thanks
  7. K

    Issue HSTS issue with www forward

    There is no output. Without strict: 301 Moved Permanently. And a location header to forward to the domain including www.
  8. K

    Issue HSTS issue with www forward

    Hi I have a question / problem with the SSL-IT HSTS implementation. When I test the hosted websites on ssllabs.com, then the result is that HSTS is not configured and OCSP stapling is not active. When I test on hstpreload.org, I get two errors: Error: No HSTS header Response error: No HSTS...
  9. K

    Question ModSecurity Atomic rule set on Debian 11

    Hi In the Plesk Help Center, in the article 'Does Plesk support Debian 11' it is stated that ModSecurity Atomic rule set is not supported. Is there any prospect in supporting the (Advanced) Atomic rule set on Debian 11? What rule set do you use / advice? Thanks Kris
  10. K

    Resolved Apparmor on Debian

    Of course :-) Thanks for the clarifications.
  11. K

    Resolved Apparmor on Debian

    Is that the case for each dist-upgrade for a specific reason, or was that just a problem when upgrading from Debian 10 to 11?
  12. K

    Resolved Apparmor on Debian

    Ah great, so for a fresh Debian 11 installation, AppArmor can stay active. I suggest to mention that on the 'software requirements' page. Can we just enable AppArmor again? Do we have to take something into account?
  13. K

    Resolved Apparmor on Debian

    Thanks for the clear answer, IgorG. Is it planned to support AppArmor for Debian in the future? Is the implementation so different then on Ubuntu, where it is supported? I disabled AppArmor after installing Plesk on Debian 11 on one server. Is there something else I have to do?
  14. K

    Resolved Apparmor on Debian

    Hi On the 'software requirements' page, I read that apparmor must be disabled on Debian. Is that still the case? Thanks Kris
  15. K

    Issue Remove DNS zone files on Slave DNS

    Ahh great. Thank you.
  16. K

    Issue Remove DNS zone files on Slave DNS

    Hello AYamshanov On both servers (Plesk Master and the Slaves): BIND 9.16.1-Ubuntu (Stable Release).
  17. K

    Issue Remove DNS zone files on Slave DNS

    Hello When I delete zones in Plesk (which is the Master DNS), they are not deleted on the Slave DNS servers. Adding and modifying zones is not a problem, but zone files are not removed on the slave DNS servers when they are removed from the Plesk Master DNS server. It seems that no 'rndc...
  18. K

    Question Multiple Plesk servers to the same Slave DNS servers

    A temporary solution can be to export a list of all domains on all servers, consolidate the output en import them in the prohibited domain list on all Plesk servers. https://docs.plesk.com/en-US/obsidian/cli-linux/using-command-line-utilities/site-sites.67067/...
  19. K

    Question Multiple Plesk servers to the same Slave DNS servers

    Multi Server is only available for Plesk Onyx 17.0 and 17.5.
  20. K

    Question Multiple Plesk servers to the same Slave DNS servers

    Sure, if you manage all domains of all clients on all Plesk web servers manually. Or run one (or more) slave DNS servers for each Plesk server. But that means that if you run 20 Plesk servers, you'll need (at least) 20 slave DNS servers. A better solution should be a Plesk upgrade of the Slave...
Back
Top