• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Niek_Beernink

  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...
Back
Top