• 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

    Resolved Resolution Problem After Servertransfer

    Are your queries really using the nameserver, or do you have leftover entries in /etc/hosts?
  2. M

    Question Assistance for Linux hard disk expansion during operation

    So you got two new devices nvme1 and nvme2? Next time you have to set up a server, I recommend you use lvm on top of the raid and then create the volumes within lvm. In such a setup, you can simply extend the lvm volume group adding more devices and then grow the individual volumes and filesystems.
  3. M

    Input Atomic Tortix ruleset for ModSecurity breaks Apache configuration due to missing files in /etc/asl

    That would not be a problem if apache only listened via loopback when nginx is reverse proxy. Just saying.
  4. M

    Issue Plesk removes Postfix completly

    Somehow you seem to have qmail now instead?
  5. M

    Question Ubuntu 18 -> 20 dist-upgrade in proxmox container

    Which version of proxmox do you have? proxmox 7+ is actually based on debian 11, so it is a lot closer to ubuntu 20 or 22 than to 18. Updates within a release should be fine either way.
  6. M

    Question Alternative to Varnish Cache?

    The thing is, Redis and memcache require application support to be useful, while with varnish you'd rather have to take care of not caching things that should be dynamic. Like setting the browser caching parameters.
  7. M

    Resolved AWS EC2 STMP Woes - Amazon have authorised me but I still cannot send mail

    First try with other software that doesn't hide the actual problem. Second, email sending limits are for sending mail from the server. Using Outlook on port 465, you are trying to send mail to the server. Different direction, different filter.
  8. M

    Issue New FTP user becomes owner of all files of the webspace

    Have you tried reordering the entries in /etc/passwd? It should use the first match for a uid ...
  9. M

    Question Linux memory cache keeps getting higher is this normal?

    That may be, but the vps host will still use all otherwise unused ram for caching. How exactly it is assigned depends on whether you have a separate device/filesystem for your vps or it lives within the host filesystem. If you have a separate physical device passed through to your vps, there may...
  10. M

    Question How to localize PHP-FPM logs into domain's log folder?

    I think you would need to have the hosting set to "Dedicated FPM application" for this to be able to work on a domain-basis at all. Otherwise that would not be possible as the normal "FPM application served by ..." pool is not unique to the individual domain.
  11. M

    Question Linux memory cache keeps getting higher is this normal?

    You won't see that on a vps because this layer of caching will be done on the physical host.
  12. M

    Resolved NO_PUBKEY BD11A6AA914BDF7E

    apt-key add plesk.gpg puts the key in /etc/apt/trusted.gpg.d/plesk.gpg. You need to copy or move it to /etc/apt/keyrings/plesk.gpg, as it apparently isn't there yet.
  13. M

    Resolved Question to Plesk Backups

    And the user 'root' indicates that KB might not be the way to fix it. 'admin' obviously works, otherwise the server wouldn't run.
  14. M

    Input Reboot required after kernel update

    In debian, plesk doesn't even show kernel upgrades as they require a dist-upgrade. In ubuntu, a kernel update might be done automatically by ubuntu itself if it is tagged as a security update.
  15. M

    Resolved Plesk Update 18.0.50 Problem phpmyadmin repair

    What's your mysql/mariadb version?
  16. M

    Issue Backup issues after updating to 18.0.51 - Unable to validate the remote backup

    Maybe the error message could be closer to what actually happens? Now it seems to suggest there is something wrong with the file itself.
  17. M

    Issue curl: (51) SSL: no alternative certificate subject name matches target host name 'URL'.

    und lieferst genausowenig Informationen. Außerdem schreibst Du in einem englischsprachigen Forum auf Deutsch. plesk -v pls.
  18. M

    Resolved Question to Plesk Backups

    Which steps did you follow?
  19. M

    Question Moving entire /var

    Mount the new /var somewhere, shutdown database, copy everything over (cp -ai or rsync -avP), reboot to change everything to the new location.
  20. M

    Question Plesk SMTP Server

    BTW, username is not enough, it has to be username@domain because there is no other way for a mailserver serving multiple domains to know which domain's account you want to access.
Back
Top