• 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!
  • 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 RyanBr

  1. R

    Fix for PHP versions >5.3 returning Internal Server Error with multiple PHP versions

    EDIT: This is actually completely wrong and I apologize. Turns out this issue is actually caused by some who miss a step in the upgrade process, of which happened with me and a few others. Follow the instructions properly and you shouldn't have this problem!!! This is a problem I ran into...
  2. R

    Plesk v11.5 multiple PHP versions

    Nevermind my other post. I figured out that this is actually generated from the PHP and hosting settings of the Domain in Plesk. On domains with PHP 5.3 and earlier, there's a safe_mode option. This is removed with 5.4 and after, however. This is likely actually a bug that it's still inserting...
  3. R

    Plesk v11.5 multiple PHP versions

    According to the docs, safe mode isn't even available for 5.5, nor 5.4 in my case. What exactly did you do to change it? I tried a 'sed -i.old -e 's/^safe/\;safe/'' which commented out all the lines that start with 'safe' (all of which were removed) but now all I get is a blank page. Can you...
  4. R

    Multiple PHP Versions in Panel on Linux

    With PHP 5.4 still set on the site, run a phpinfo() page and there will be a large section on what was used previously for ./configure. For the most part, you can almost copy-paste that into the new ./config, except with some changes (e.g. 5.3 had --with-fastcgi instead of --with-cgi as in 5.4)...
  5. R

    Plesk v11.5 multiple PHP versions

    I'm having this exact same problem. The solution saying to run as an Apache module makes no sense nor can I even set it to that (I can only php_handler it to either cgi or fastcgi) and I've ruled out that building from source isn't my issue but rather most likely Plesk not playing very nicely...
Back
Top