• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

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

    Issue Not happy with Plesk Email Security

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

    Issue Not happy with Plesk Email Security

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

    Resolved PUM error persists....

    What is the exact line in the sources.list[.d]?
  5. 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...
  6. 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.
  7. 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".
  8. M

    Issue Relay access denied for root mails

    Assuming this is a v6 problem, that should be ::1/128.
  9. 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?
  10. M

    Issue Schedule backups are missing database

    Could you please screenshot what exactly you selected?
  11. M

    Issue Out of memory but plenty of memory

    You seem to have a fundamental misunderstanding how VPS work. When memory allocation is dynamic, your provider might have underprovisioned/overbooked the VPS host and not actually have enough physical memory to guarantee you these 8GB. Probably another tenant on the same VPS host started to use...
  12. M

    Issue Legacy version to restore my server

    But you didn't restore the Plesk backup with Plesk?
  13. M

    Issue Issues with Nameservers

    Probably yes. Does any of the nameservers you configured in Plesk, old or new, show up there?
  14. M

    Issue Legacy version to restore my server

    Should be restorable with a current version. After all, the recommended way to upgrade the OS and Plesk is to migrate/restore, so it has to be able to process older backups.
  15. M

    Issue Legacy version to restore my server

    What kind of backup?
  16. M

    Issue Dist-Upgrade Debian 11 to Debian 12 fails

    try aptitude instead, it should be able to provide suggestions how to fix this
  17. M

    Issue Issues with Nameservers

    I think you have misunderstood something here. The nameservers from the hoster are only relevant for your domains' NS records if they are supposed to be authoritative for those domains (i.e. configured as such at the domain registrar). If your domains and nameservers are at a completely...
  18. M

    Question Getting X-Forwarded-For IP address from behind a nginx proxy server

    Don't forget to set RemoteIPInternalProxy 192.168.2.2 too.
  19. M

    Issue Issues with Nameservers

    No. Hosting of server and domain is separate in principle, you don't have to change the domain registrar when you move your server elsewhere, so this is not a bug.
Back
Top