• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Recent content by mow

  1. M

    Question DNSBL Protection giving away my Spamhaus DQS key

    "Pricing is based on users and query volume," so if your key leaks I guess that key's query volume and therefore the price goes through the roof ...
  2. M

    Issue AH01071 Failed to open stream: Too many open files in ...

    In /etc/systemd/system.conf, the default is given as #DefaultLimitNOFILE=1024:524288. Increasing the limit there followed by a systemctl daemon-reload works, but the overrides don't do anything, in either direction. Must be expected somewhere else.
  3. M

    Issue AH01071 Failed to open stream: Too many open files in ...

    With the systemd approach, you have to redo it for a new version of php. With the limits.conf approach, you have to redo it for each new domain user.
  4. M

    Issue AH01071 Failed to open stream: Too many open files in ...

    No, this is not enough, because it is not nginx which is hitting the limit but the php process, which runs as the domain user. Sou you have to raise the limits for all those domain users.
  5. M

    Question Email accounts IMAP and POP3

    Plesk doesn't restrict pop/imap. But Thunderbird does not support the same account twice in the same profile. (Most clients don't.) Solution for Thunderbird: Add a second profile for archival purposes with pop3.
  6. M

    Question Best Practices: Blocking A Large Number of IP Addresses

    cloudflare's challenge will also block legitimate users who don't have the most recent browser version installed or who block third-party scripts. Also, randomly API requests are blocked. And that's not counting the cases where cloudflare itself fails massively.
  7. M

    Question Redis Unix Socket Connection Permission denied, TCP Connection working

    This is configured in the systemd unit file.
  8. M

    Question Best Practices: Blocking A Large Number of IP Addresses

    Are those all from different networks or just a few rogue providers? E.g. when I run grep "SASL LOGIN authentication failed" /var/log/mail.info |cut -f 5 -d ":"|sort|uniq -c, I get ... 8580 unknown[158.94.210.39] 177 unknown[158.94.210.86] ... for which I block the whole net...
  9. M

    Question One of my sites was hacked

    @King555 Because POST parsing is where the vulnerabilities usually are.
  10. M

    Question Massive price increase for reseller licenses?

    ... while explicitly stating that you are invoicing the undisputed part of the current price, but still uphold claim to the rest. If the client already does continue to pay the old price, just send a payment reminder instead.
  11. M

    Question One of my sites was hacked

    Add to .htaccess: <Limit POST> Order Deny,Allow Deny from all Allow from <your IP addresses> </Limit>
  12. M

    Issue Debian 13: Apache Issues

    But you accessed the nginx port (80 or 443), not the port apache runs on, so the deny/allow settings don't even apply to your connection.
  13. M

    Issue Debian 13: Apache Issues

    Since a while, apache binds to localhost by default. This is not automatically updated, but a new install will do that, and a restore won't change back to the old setting.
  14. M

    Issue Plesk- Wake up please!

    Yes, but there also is a limit to the amount of enshittification we will tolerate.
  15. M

    Issue Upgrade to 18.0.73 #2 another dovecot bug ?

    okay, that's even more bugs then. The additional restart was enough to fix our Taubenkot.
Back
Top