• 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

Recent content by Azurel

  1. Azurel

    Question Upgrade MariaDB to version 11.4 per GUI working?

    Hi everyone, has anyone tested the upgrade option to MariaDB 11.4 via the GUI in Plesk 18.0.71 – ideally on AlmaLinux 8.10? Did it work smoothly, or were there any issues?
  2. Azurel

    Issue Important: Imunify auto installation and possible data leak

    I'm really starting to worry about what kind of data might have leaked from my server to Imunify. Honestly, it's unbelievable how badly they messed this up. Who needs hackers — Plesk does the job? Sending data without user consent is absolutely unacceptable! An extension like that must ask...
  3. Azurel

    Issue Important: Imunify auto installation and possible data leak

    @whsplesk Which type of file was uploaded, and what raised suspicion?
  4. Azurel

    Issue Important: Imunify auto installation and possible data leak

    Unfortunately, I had already deleted these remnants just yesterday – partly based on the advice from Plesk support. Your post, unfortunately, came one day too late for me. It would have been very helpful if someone had pointed out that this area should be checked earlier. I'm honestly very...
  5. Azurel

    Issue Plesk, what’s going on here? - Imunify auto installation

    After 'uninstalling', there's still a lot left in the system. The 'uninstall' button is poorly implemented if you still have to delete so much manually afterward.
  6. Azurel

    Issue Plesk, what’s going on here? - Imunify auto installation

    I just happened to stumble upon this topic by chance because I was wondering why the 'alt-common' repository exists in my list and wants to install system updates. After I uninstalled Imunify extension, the 'alt-common' repository and its updates were gone as well. @trialotto How would you see...
  7. Azurel

    Issue PHP connection_status and connection_aborted always 0

    Have you found a solution? Same question here: Question - Text/event streaming: Outputs chat answers streamed.
  8. Azurel

    Question Text/event streaming: Outputs chat answers streamed.

    I have the same question. I use in JavaScript EventSource() with response from php as "text/event-stream" and offline in my XAMPP all working fine. Online its not working, its pending and and all replies return at end. My test case: <?php header('Content-Type: text/event-stream')...
  9. Azurel

    Question Why do different PHP handlers have different Redis versions?

    The other thread doesn’t answer my question here. This is the Redis PHP extension for Plesk. And the Plesk changelog says “Updated Redis to version 6.2.0 for PHP 8.1–8.4.” See also GitHub - phpredis/phpredis: A PHP extension for Redis is version 6.2.0. So why do different PHP-FPM instances for...
  10. Azurel

    Question How does redis work in plesk?

    Thanks! I had found the article, but at first I understood it to mean that these were two alternative ways to set up Redis, not two steps you needed to perform both. I managed to get it working by adding Docker. Docker itself also creates a port mapping from 6379 to 32768, which is why you have...
  11. Azurel

    Question Why do different PHP handlers have different Redis versions?

    As example, two domains in one subscription: domainA PHP 8.3.20 with Dedicated FPM application served by Apache shows redis version 6.1.0 domainB PHP 8.3.20 with FPM application served by Apache shows redis version 6.2.0 Is that a bug?
  12. Azurel

    Question How does redis work in plesk?

    Hello, in phpinfo() I see that redis is available. (Its installed by plesk and enabled in php settings.) Redis Version: 6.1.0 Redis Sentinel Version: 1.0 But how do I access the redis server? I used: connect() throw "Connection establishment rejected" (translated). I can't find a useful...
  13. Azurel

    Forwarded to devs ImageMagick 6.9.13-25 breaks PDF reading

    Out of curiosity: Have you installed ImageMagick yourself at some point? I don't have it in my AlmaLinux 8.10, only in Plesk.
  14. Azurel

    Question Plesk Admin - Bad Bot protection

    Why not? Thats for primary crawling. I check User-Agents and "Go-http-client" is one of them that get a "403" and fail2ban will ban it.
  15. Azurel

    Question MariaDB Warning for "Could not increase number of max_open_files to more than 32768 (request: 80555)"

    Can't edit post because short edit limit. It should point to folder /etc/systemd/system/mariadb.service.d create new file like "custom_limits.conf" put in it a value you need. I have 128GB RAM so I add: After that call # systemctl daemon-reload # systemctl restart mariadb Check with #...
Back
Top