• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    @LRob That fits, thank you very much! One hand washes the other :)
  2. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    @Kaspar This code works fine also with IPv6: #!/bin/bash # Your AbuseIPDB API Key API_KEY="123" # File where already reported IPs are stored REPORTED_IPS_FILE="/var/log/reported_ips.log" # If the file doesn't exist, create it [ ! -f "$REPORTED_IPS_FILE" ] && touch "$REPORTED_IPS_FILE"...
  3. brother4

    Question Custom rules for Mod Seruity 3.0 Nginx - WordPress protection

    @Kaspar Unfortunately, for a few days now, thousands of such bots have been sending corresponding requests to the web urls within a few hours, which places a heavy load on the CPU. These requests are contained in each of these bot IPs. And are apparently not recognized by the previous Fail2Ban...
  4. brother4

    Question Custom rules for Mod Seruity 3.0 Nginx - WordPress protection

    Hey! I would like to block an IP if any of the following URLs are accessed three times. Essentially, if a bot tries to access these files multiple times, it should be automatically blocked: /wp-content/plugins/index.php /admin/function.php /wp-admin/user/network.php...
  5. brother4

    Question Why isn't xmlrpc.php monitored by the WordPress jail in Fail2Ban?

    You can also simply prevent it via .htacesss or nginx directive. But with all these questions, one thing is paramount: inexperienced users do not know this. However, Plesk suggests on the help page that the WordPress Plesk jail protects against brute force. I also assumed this at first: But then...
  6. brother4

    Question Why isn't xmlrpc.php monitored by the WordPress jail in Fail2Ban?

    @Maarten But not every WordPress instance is managed with WP Toolkit. That's what the Fail2bBan jails are for. So it doesn't change the actual point that many brute force attacks on servers are not recognized, but this is suggested with the jail. But thanks for the info anyway. I wasn't aware...
  7. brother4

    Question Why isn't xmlrpc.php monitored by the WordPress jail in Fail2Ban?

    Acutal /etc/fail2ban/filter.d/plesk-wordpress.conf: failregex = ^<HOST>.* "POST .*/wp-login.php([/\?#\\].*)? HTTP/.*" 200 Suggestion /etc/fail2ban/filter.d/plesk-wordpress.conf: failregex = ^<HOST>.* "POST .*/wp-login.php([/\?#\\].*)? HTTP/.*" 200 failregex = ^<HOST>.* "POST...
  8. brother4

    Question Why isn't xmlrpc.php monitored by the WordPress jail in Fail2Ban?

    Hello! I've been using the WordPress jail in Fail2Ban to protect my WordPress installations from brute-force attacks. While I appreciate the protection it offers, I recently noticed a significant gap in its coverage that raises some concerns regarding security. Specifically, I’ve observed...
  9. brother4

    Question Optimizing PHP FPM Handler Settings for Apache and Nginx in Plesk

    Hello everyone, I have a question regarding the PHP FPM handlers and their description in the documentation. In Plesk, I see the following options for executing PHP: FastCGI application (Apache) FPM application (Apache) FPM application (nginx) Dedicated FPM application (Apache) Dedicated FPM...
  10. brother4

    Question Best way to block direct PHP file access and ensure .htaccess rules are always applied with Nginx as a reverse proxy?

    If I change the settings so that PHP runs under Apache, it works. Is this the recommended way?
  11. brother4

    Question Best way to block direct PHP file access and ensure .htaccess rules are always applied with Nginx as a reverse proxy?

    Hi all, I have a server running Plesk with Nginx configured as a reverse proxy in front of Apache. I have several domains hosted on this server, and I want to ensure that .htaccess rules are always enforced, especially to prevent direct access to certain PHP files. For example, I have the...
  12. brother4

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    @ChristophRo I do not use the Plesk Performance Booster, or at least I have not activated it via panel.ini, as described here: (Plesk for Linux) Website Performance Optimization Could there still be problems here? I mean the problems also existed before I configured the PHP 8.2 JIT compiler...
  13. brother4

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    Hello everyone, I’ve been experiencing intermittent issues where certain domains on my Plesk Obsidian (Ubuntu 22.04 LTS) instance go offline with the following error: 503 Service Unavailable Service Unavailable The server is temporarily unable to service your request due to maintenance...
  14. brother4

    Issue Can't Update Plesk Firewall

    Perhaps this helps? Issue - Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds
  15. brother4

    Issue Failed to apply the firewall configuration.

    Described the solution for nginx here: Issue - Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds Can be similarly modified for other web servers.
  16. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    My hoster has analyzed the problem with Plesk. It should be fixed with an update. Temporarily it should help to do the following: systemctl edit nginx.service Paste: ### Editing /etc/systemd/system/nginx.service.d/override.conf ### Anything between here and the comment below will become the...
  17. brother4

    Resolved Plesk scheduled tasks error: curl: (77) error setting certificate file

    Super vielen Dank, das hat geholfen. Wäre natürlich klasse, wenn die Zertifikate automatisch unter chroot laufen würden :)
  18. brother4

    Resolved Plesk scheduled tasks error: curl: (77) error setting certificate file

    @Peter Debik but I don't use WP CLI. Its a normal http Request I made here
  19. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    I tried it again: My Panel.ini: [ext-firewall] confirmTimeout = 120 confirmTimeoutCli = 120 Wanted to open TCP port 8080 for everyone. Error: Now with: Plesk Obsidian Version 18.0.54 Update #2, zuletzt aktualisiert: 2. Aug. 2023 04:22:24 @Jeroen Bl I use the default ssh port - same error...
  20. brother4

    Resolved Plesk scheduled tasks error: curl: (77) error setting certificate file

    Command: curl -u user:passwd https://example.com/wp-cron.php?doing_wp_cron Error: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt Checked file: [CODE]ls -l...
Back
Top