• 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. C

    Resolved How to install x-sendfile and x-accel

    I figured out how to and it works perfect.
  2. C

    Resolved How to install x-sendfile and x-accel

    How to install x-sendfile and x-accel? I couldn't find any tutorials. Do i need both x-sendfile and x-accel or which one? I use apache with nginx as reverse proxy and latest version of Obsidian and Centos 7.
  3. C

    Resolved When memcached extension for Plesk PHP 7.4+ handlers will be available?

    Yes i followed the instruction above. Changed every... 7.1... with 7.4
  4. C

    Resolved When memcached extension for Plesk PHP 7.4+ handlers will be available?

    We use memcached on plesk Obsidian with php 7.4.10 and it works perfect.
  5. C

    Question Roundcube update

    Perfect! Thanks
  6. C

    Question Roundcube update

    Thank you for the information.
  7. C

    Question Roundcube update

    When will the new Roundcube security update be implemented? 1.4.4 has already been released.
  8. C

    Resolved TLS Negotiation failed, the certificate doesn't match the host.

    I renewed the ssl certificates and found a button under domains > SSL > protect Emails. And now it works again with gmail. :)
  9. C

    Resolved TLS Negotiation failed, the certificate doesn't match the host.

    Same problem here. I have already Postfix in use but i have not the 4th option in let's encrypt panel. What can i do?
  10. C

    Issue Hotlink protection and Expire headers doesn't work together

    I made it at domain level. Added in additional nginx directives. location ~ \.(gif|png|jpeg|jpg|svg|webp)$ { valid_referers none blocked ~.google. ~.bing. ~.yahoo. mydomain.com; if ($invalid_referer) { return 403; } } location ~*...
  11. C

    Issue Hotlink protection and Expire headers doesn't work together

    I tried to add hotlink protection to my domains. This also works as far as the expires headers no longer work or vice versa. Is this a bug or am I doing something wrong? I don't use WordPress sites. Can someone help me there? I use latest Obsidian version, CentOS 7.7 and Nginx.
  12. C

    Input Fail2ban was not detecting SASL

    Same happens to me. Which rule do you have applied?
  13. C

    Question Ram usage 98% after 24 hours

    "Real" use of the complete RAM is about 1,5GB, the rest ist chached and buffered and Swap increases... No i didn't use Health Monitoring because everthing was ok. For the time i have to restart the server every 1 1/2 days because swap slows down my server.
  14. C

    Question Ram usage 98% after 24 hours

    In my.cnf there is no entry. In information_schema.global_variables the entry for the innodb-buffer-pool-size is 134217728.
  15. C

    Question Ram usage 98% after 24 hours

    Hello to all. I use CentOS 7.7 with the latest updates installed. I always used the simple Server Information in Plesk UI under Onyx. After the upgrade to Obsidian i use htop. Htop shows me a lot of mysqld processes running. I use Mariadb 10.3.20. I think also that the mysqld eating my ram. The...
  16. C

    Question Ram usage 98% after 24 hours

    16GB RAM and 19GB SWAP. After restarting the server, a few hours the RAM is filled with 60%.
Back
Top