Search results

  1. 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"...
  2. 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.
  3. M

    Question Folders to exclude from Microsoft Defender

    Now I want to know how you got Microsoft Defender to run on Linux.
  4. 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.
  5. 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)
  6. 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.
  7. 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?
  8. 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...
  9. M

    Issue Not happy with Plesk Email Security

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

    Issue Not happy with Plesk Email Security

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

    Resolved PUM error persists....

    What is the exact line in the sources.list[.d]?
  12. 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...
  13. M

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    We have everything (mail, subdomains) except www. of our main domain hosted on our plesk server. /well-known/ is mounted via sshfs, and there's a cronjob copying the certs over (and reloading nginx). Bit kludgy, but works so far.
  14. M

    Issue Scheduled Backup: Not working anymore and access rights issues since 18.0.66

    Some subprocess might be dropping privileges, though. And that would be blocked by the --- for "other".
  15. M

    Issue Relay access denied for root mails

    Assuming this is a v6 problem, that should be ::1/128.
  16. M

    Issue 404 Server Error on slugs

    Waaait ... that's an nginx error. htaccess won't help there because nginx doesn't touch htaccess. Were those websites mistakenly set to nginx only instead of nginx proxy to apache?
  17. M

    Issue Schedule backups are missing database

    Could you please screenshot what exactly you selected?
Back
Top