• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by mow

  1. M

    Issue PHP Cronjob in Plesk -- Lack of documentation. Lack of structure. Multiple Issues.

    Are you using chroot? Because this looks like you do but didn't remove the chroot path from $sdr.
  2. 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 ...
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. M

    Question Redis Unix Socket Connection Permission denied, TCP Connection working

    This is configured in the systemd unit file.
  9. 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...
  10. M

    Question One of my sites was hacked

    @King555 Because POST parsing is where the vulnerabilities usually are.
  11. 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.
  12. 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>
  13. 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.
  14. 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.
  15. M

    Issue Plesk- Wake up please!

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