• 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 bbeckford

  1. B

    Resolved 503 error after changing php_handler_id for site

    It occurred to me that the latest PHP version available on the server might not be sufficient to warrant an update, so I added a condition for that: # set base php version target, eg 8 for php 8.x readonly target_php_version=8 # get the current php_handler_id for the domain, yields for eg...
  2. B

    Resolved 503 error after changing php_handler_id for site

    Ok so I added the following and that seems to have done the trick, thanks for your help, Peter! plesk bin domain --update-web-server-settings "${domain}" For those searching, this is my full code: # set base php version target, eg 8 for php 8.x readonly target_php_version=8 # get the current...
  3. B

    Resolved 503 error after changing php_handler_id for site

    Hmm, is there another way to do that from the CLI?
  4. B

    Resolved 503 error after changing php_handler_id for site

    Yes I've tried that too but no change :( FYI my script looks like this: plesk bin site -u "${domain}" -php_handler_id "${latest_php_handler_id}" plesk bin site --update-php-settings "${domain}" plesk repair web -php-handlers -php-fpm-configuration -y "${domain}"
  5. B

    Resolved 503 error after changing php_handler_id for site

    Hi all, I have some PHP software that updates via a bash script. As part of that script I want to update the PHP handler for a given domain, I'm attempting to do that like so: plesk bin site -u "mydomain.com" -php_handler_id plesk-php82-fpm That command runs ok and I can see in the PHP...
  6. B

    Input Support for PHP 8.0 in Plesk

    +1 for PHP 8 support - please let us know when this is coming!
  7. B

    Issue Is it possible to set the Plesk default certificate as a Let's Encrypt wildcard cert which can also be used to preview URLs?

    Thanks for the reply @learning_curve, that makes sense but only for brand new websites - if there's already a site on that domain we can't remap the DNS / overwrite it if it already resides on this server. We have suggested it on their suggestion site but as you say, it has to get significant...
  8. B

    Issue Is it possible to set the Plesk default certificate as a Let's Encrypt wildcard cert which can also be used to preview URLs?

    I have modified the preview domain to include the hostname of a given server, ie where my hostname is server001.mydomain.com, the preview URL is: https://testdomain.com.123-456-789-123.preview.server001.mydomain.com (where I have a DNS A record for *.server001.mydomain.com that points to my...
  9. B

    Issue Is it possible to set the Plesk default certificate as a Let's Encrypt wildcard cert which can also be used to preview URLs?

    I can add a wildcard cert to a domain, but how do I get it to show up in the "Server Pool" under Tools & Settings > SSL/TLS Certificates? I've looked through the psa database and file structure and I can't seem to figure out what makes a certificate part of the "Server Pool" vs belonging to a...
Back
Top