• 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. Niek_Beernink

    Important Plesk Obsidian Releases

    Perfect. Thanks a lot!
  2. Niek_Beernink

    Important Plesk Obsidian Releases

    Thanks Anthony, I'll manage with that command! Also just to be sure, are there any differences in Restricted Mode across license types (admin/pro/host)?
  3. Niek_Beernink

    Important Plesk Obsidian Releases

    Restricted Mode is certainly interesting for managed servers where we give out admin accounts but keep customers from rebooting their servers or changing IP-settings. Will it be possible to provision the Restricted Mode permissions via Plesk command line? If not, will it be sufficient to just...
  4. Niek_Beernink

    Question Solving the shared hosting TLS mail problem with NGINX mail proxy

    Thanks Brujo, my experience with that is that it'll take a long while before it will be implemented. I also think that the tools are pretty much present already so it might not be such a hard thing to do. I'll try and see if I can get it to work somehow as soon as I find some spare time. :)
  5. Niek_Beernink

    Question Solving the shared hosting TLS mail problem with NGINX mail proxy

    Mail clients have been looking for a valid TLS certificate by default for a while now, however an smtp mail server such as postfix only supports one single certificate per server and doesn't know SNI like dovecot does. So we're dependant on the upstream software suppliers for SNI support. This...
  6. Niek_Beernink

    Question Possible (CLI) command to check what vhosts do not have a SSL certificate

    I think you can find the list via this command as root: plesk db -Ne 'select name from domains where cert_rep_id = 0;'
  7. Niek_Beernink

    Where you can meet Plesk people all over the world.

    Is there a new agenda for 2018? I'd love to meet you guys somewhere in Europe.
  8. Niek_Beernink

    Resolved PHP-FPM change static to ondemand

    I did something similar to disable pm.static on locked subscriptions. cat /tmp/staticpm pm = ondemand while read -r subscription; do echo $subscription; plesk bin subscription_settings --update-php-settings $subscription -settings /tmp/staticpm; done < <(plesk bin php_handler --get-usage -id...
  9. Niek_Beernink

    Question Upgrade 17.8 of this morning failed with "ERROR: The product 'plesk' is not installed yet."

    The fix for this for me (running a preview version as well) was to just upgrade to a newer preview version by selecting it via: plesk installer --all-versions
  10. Niek_Beernink

    Issue Apache memory usage keeps growing

    Which microupdate version are you running? It should say on the homepage when you login or if you issue the command plesk version It could be this: After the installation of micro-update 32 on Plesk Onyx 17.5, server memory usage has significantly increased
  11. Niek_Beernink

    Adjust php-fpm settings in Plesk 12.5

    These settings are now available in Plesk Onyx 17.5. Change Log for Plesk
  12. Niek_Beernink

    Resolved php-fpm memory leak?

    We noticed this too and are setting the default back to ondmand for servers that have memory problems. It would be very interesting to learn why the default setting was changed from ondmand to static...
  13. Niek_Beernink

    Issue bind(): Cannot assign requested address - Error Log- while using Varnish for WordPress in a Docker

    The following error: bind(): Cannot assign requested address is most likely due to the fact that the docker image in this case does not have an ipv6 interface and varnish tries to bind on all interfaces. So you can safely ignore it in this case. I was actually thrown off by this error and...
  14. Niek_Beernink

    Question Copy service plan between servers

    @solucionesuno I have the same challenge and am looking at using puppet with this. Either via wrapper scripts that use the cli output to pipe through the API or some other way.
  15. Niek_Beernink

    Question Increase health monitor retention?

    Does anyone know if it's possible to increase Plesk Health Monitor's retention? We're used to munin's retention period which is: Daily Weekly Monthly Yearly Obviously the resolution flattens out as more data is added, but it would be interesting to be able to configure this in Plesk's Health...
  16. Niek_Beernink

    Issue bind(): Cannot assign requested address - Error Log- while using Varnish for WordPress in a Docker

    This seems related to a firewall. I haven't figured out which rule specifically is required and I don't recommend running the server without a firewall.
  17. Niek_Beernink

    Issue Node.js using plesk extension

    You can leave selinux in enabled mode if you set the following two selinux booleans; setsebool -P httpd_run_stickshift 1 setsebool -P httpd_execmem 1 However, I think this issue should be resolved in the psa-selinux package as that comes with a custom Plesk selinux policy.
  18. Niek_Beernink

    Resolved Sort domains on bandwidth and renewal date

    Thanks for the fast reply @IgorG I'll keep watching the changelog for PPM-365!
  19. Niek_Beernink

    Resolved Sort domains on bandwidth and renewal date

    Does anyone know why it's not possible to sort on bandwidth or renewal date? All other fields seem sort-able in the domain list why not those two?
  20. Niek_Beernink

    Resolved Why is it not possible to change subscriber on multi-server Plesk?

    Thanks @Anthony I hope it'll find its way back to Plesk multi-server! :)
Back
Top