• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Recent content by mow

  1. M

    Question clobbered PHP-CLI after apt upgrade

    But you don't have the package php7.4-cli installed? That's the one plesk wants to run in that script because it thinks it is there as there obviously is an /etc/php/7.4 in your system, otherwise it wouldn't try to run that part.
  2. M

    Question clobbered PHP-CLI after apt upgrade

    Do you use the full part to the php binary you need now, or what was your CLI solution? In /usr/lib/plesk-9.0/maxlifetime I see: if [ -d "/etc/php/7.4" ] ; then for d in `find "/etc/php/7.4" -mindepth 1 -maxdepth 1 -type d`; do update_max_lifetime "/usr/bin/php"...
  3. M

    Question clobbered PHP-CLI after apt upgrade

    Are you sure you didn't run autoremove? This looks like plesk-php* packages were removed. AFAIK plesk's scripts run /opt/plesk/php/7.4/bin/php directly without going through /etc/alternatives/php, so just php8.4 taking over the alternatives shouldn't affect plesk, but it DOES affect cli.
  4. M

    Question Folders to exclude from Microsoft Defender

    Now I want to know how you got Microsoft Defender to run on Linux.
  5. M

    Question Why update is very very very so long

    If it's mostly stuck in unpacking, check the temperatures with lm-sensors. Might be a bad CPU fan.
  6. M

    Issue A lot of random "500 Internal Server Error" from nginx since March 10th

    Then the 500 actually comes from Apache. Check the Apache error log. (/var/www/vhosts/system/yourdomain/logs/error_log)
  7. M

    Question Force same domain emails to use MX records

    ... by violating quite a bunch of standards. This can only work if the google mail server is the first to receive the mails, and then relays all it doesn't know to your internal server. It will definitely break such things as fallback MX.
  8. M

    Issue A lot of random "500 Internal Server Error" from nginx since March 10th

    What are your hosting settings? Do you use nginx only or as reverse proxy?
  9. M

    Question Inefficient PLESK Partition Setup on CloudLinux - Root vs Home

    Usually you don't need /home at all. What is there in /home anyway? All subscription users should have their $HOME under /var/www/vhosts. Growing partitions is safe. I would copy the content of /home to e.g. /home2, then kill the mountpoint and the entry in /etc/fstab, rename /home2 to /home...
  10. M

    Issue Not happy with Plesk Email Security

    Only if it has write access to /var/log/.
  11. M

    Issue Not happy with Plesk Email Security

    Does the dovecot user have write access to that logfile?
  12. M

    Resolved PUM error persists....

    What is the exact line in the sources.list[.d]?
  13. M

    Issue Server almost full

    du only considers files that are actually present in the file system. It is possible to create a file, keep it open and delete it. Such a file will still be able to be used for all practical purposes while it is open, keeping its allocated disk space until it is closed, when the space will be...
Back
Top