• 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 Save messages in the sent folder.

    Did you configure Outlook first, or import first? Outlook misbehaves if the Sent folder doesn't already exist, so I make sure to open a new account with webmail, which will create the special folders, before configuring Outlook.
  2. M

    Issue Server is permanently down and unavailable

    The problem with fpm is that the pools know nothing about each other and therefore you will get problems with oversubscribing when more than one pool gets considerable load.
  3. M

    Resolved The average load goes up and up

    The problem is that the default kernel might be too old for your CPU, so going back to an even older debian won't help. This would rather be a case for trying a kernel backported from debian 13.
  4. M

    Resolved Grafana installed does not match extension version of Grafana

    That's probably because it wasn't installed from the focal repository but from the above mentioned autoinstall.plesk.com.
  5. M

    Resolved The average load goes up and up

    Might be the i9-13900 with its different core types not being fully supported by the debian 12 kernel yet.
  6. M

    Resolved The average load goes up and up

    What load is: The number of tasks that are currently waiting. Optimal load distribution is to have one task per (virtual) core waiting so no core will be waiting for something to do. If you have more tasks than that waiting, things are starting to lag. Now if you have tasks that are dead...
  7. M

    Question .ssh directory in domain folder?

    For access it wouldn't need id_rsa*, though. Only authorized_keys, if at all.
  8. M

    Issue Let's Encrypt "urn:ietf:params:acme:error:caa" 403 failure

    Have you tried just setting that CAA record? It's best practice anyway.
  9. M

    Issue Plesk hs following a false manipulation

    They wrote they have the backups on the server. Are they in /var/lib/psa/dumps/ on CentOS 7 too?
  10. M

    Issue Server Hacked

    JFTR: Not necessarily. We had an email abuse incident when one of our users didn't have their mail client set to SSL only (shame on outlook for not having that as default). Some WLAN AP must have stolen the unencrypted login data.
  11. M

    Issue Server is permanently down and unavailable

    However, nginx is rather fast doing that. Also keep in mind that a bot might retry if it doesn't get a 4xx error. This would really be a lot easier if plesk had a way to easily integrate varnish. We moved our main site to another server without plesk just so we could add varnish to our site and...
  12. M

    Resolved Problem sending emails to myself

    What does the log say?
  13. M

    Issue Server is permanently down and unavailable

    Are you sure this will help? IMHO limiting the database server memory will only ensure that it definitely fails, which is not really helpful.
  14. M

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    Keep in mind that proxying does not change the request. Which means, what 192.168.1.2 sees is still GET https://test.com/test.
  15. M

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    How did you set that up? location blocks with proxy_pass?
  16. M

    Question Performance Booster settings

    Maybe for variables that can be set from the mariadb cli. Everything that would require a restart of the db server would have a risk of prolonged downtime for a rather small benefit.
  17. M

    Issue Huge performance issues

    The read access time on a hash table grows sublinear with size, but still grows. Write access - to insert new values - is significantly worse. Especially when you have many workers, which you do when every site connects to the same redis. And you usually want persistence for the session cache...
  18. M

    Issue Huge performance issues

    Do I see that right that you have just one redis? You should have a separate redis for each dataset. Especially if the cache is persistent, as redis will block while the cache is saved to disk.
  19. M

    Issue Changing mail password changes the plesk access password too (same password) !!!?

    After a plesk user is created by the mail setup, it shows up in "Users" on the left side. You would delete the plesk user there.
Back
Top