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

    Issue SSL failed for ~3 minutes?

    I got a message 7 minutes ago that the browser was reporting an invalid certificate for my website and I could see that. However, the problem was gone by itself after ~3 minutes. Has anyone possibly observed this as well?
  2. Azurel

    Resolved libSPF2 Vulnerability in Plesk Servers

    Where can I check which version I have? And where does the update come from? I only see version 1.2.10 on their website. libspf2 - SPF Library - Download and the source have no updates for 8 months GitHub - shevek/libspf2: Implementation of the Sender Policy Framework for SMTP authorization
  3. Azurel

    Forwarded to devs Fail2ban: Missing something like bantime in jail details

    Username: TITLE Fail2ban: Missing something like bantime in jail details PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE All PROBLEM DESCRIPTION Click on a jail for "Here you can see detailed information about the jail." Path: Home > Tools & Settings > IP Address Banning > Jails...
  4. Azurel

    Forwarded to devs Fail2ban: Filter"apache-badbots" updates?

    Thanks. This filter has not received any updates since 2013? So the filter is completely useless.
  5. Azurel

    Forwarded to devs Fail2ban: Filter"apache-badbots" updates?

    Username: TITLE Fail2ban: Filter"apache-badbots" updates? PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE All PROBLEM DESCRIPTION Were there ever any updates for this filter? Where did the current useragents (badbots) come from? Can I make suggestions for a update? Maybe you...
  6. Azurel

    Forwarded to devs Accidentally "Information: The jail was removed."

    Username: TITLE Accidentally "Information: The jail was removed." PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian Version 18.0.41 PROBLEM DESCRIPTION Jails can be removed without messagebox to confirm! STEPS TO REPRODUCE remove a jail, no confirm messagebox is show up...
  7. Azurel

    Issue IP(6)TABLES IPs count != Plesk Fail2ban IPs count

    I had very old ipsets in firewall-cmd and just deleted them. After a reload I looked at IPTABLES and saw that there are almost no entries, although my Fail2ban in Plesk has almost ~3000 entries. Here seems to go somehow what with the time broken. Is there a way to synchronize the Plesk Fail2ban...
  8. Azurel

    Question Conversion of Centos 8 server with Plesk to Almalinux ?

    Same here. No errors and all working fine. ;)
  9. Azurel

    Question Conversion of Centos 8 server with Plesk to Almalinux ?

    @moswak Can you tell me how long the script took to switch from CentOS to AlmaLinux? (in your case)
  10. Azurel

    Question Conversion of Centos 8 server with Plesk to Almalinux ?

    Who is already using AlmaLinux and are there any problems with it?
  11. Azurel

    Forwarded to devs Recurring issues in all websites with ModSecurity ruleset

    I also have many problems with Comodo. Comodo rule set is partly like created by interns without really thinking about it. However, for a very long time in Plesk Obsidian there is no Atomic.
  12. Azurel

    Question Conversion of Centos 8 server with Plesk to Almalinux ?

    Thanks you! I had found this tutorial: How to migrate from CentOS to AlmaLinux - LinuxConfig.org I will remember both of them. Thanks for the hint with the "SystemUpdate".
  13. Azurel

    Question Conversion of Centos 8 server with Plesk to Almalinux ?

    Which tutorial did you use? I want to wait a little longer, but I would be interested to know who in Plesk has successfully switched to AlmaLinux and with what steps. ;)
  14. Azurel

    Issue nginx caching not working with apache RewriteRule and flag [last]?

    I have set in apache and nginx a expired one year. That's working. I can see one year for "expires" in header. Now I want access few file-types with a rewrite (without redirect) RewriteRule fake/(.+\.(?:js|php))$ original/$1 [L] That RewriteRule is working. I can access this files, but the...
  15. Azurel

    Resolved Warning: The swap usage status is critical!

    Thank you for your explanation. ;)
  16. Azurel

    Resolved Warning: The swap usage status is critical!

    I would not call it "normal". Swap is hard disk and it should not read almost 4GB of data from hard disk, instead it should be in RAM. ;) If there is RAM available, why does it use swap?
  17. Azurel

    Resolved Warning: The swap usage status is critical!

    I received this plesk email today: My server have 128 GB RAM Then why does he use "swap" so much? #free -m CentOS Linux 8.4.2105 EDIT: I used and now its 0K/4G If anyone wants to do this as well, it may take time. With me almost 1 hour. In a second console window you can watch the swap as...
  18. Azurel

    Question max_execution_time not working

    "OpenMP" does not exist in my phpinfo, but imagick will probably be the cause. Thanks!
  19. Azurel

    Question max_execution_time not working

    Thanks for your feedback. I have analyzed the problem and noticed a very strange behavior. On my localhost (desktop) with 1:1 source code this problem not exists, only on my centos 8.3 server. All what it need is this line and max_execution_time is halved. while(1) {...
  20. Azurel

    Question max_execution_time not working

    PHP 7.4.20 as FPM application served by Apache. I have set in php script ini_set('max_execution_time', 600); in /opt/plesk/php/7.4/etc/php-fpm.d/mydomain.conf I want convert some images with imagick, and after 300 seconds the browser report I look in /var/log/plesk-php74-fpm/error.log and...
Back
Top