• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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?
  6. 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...
  7. 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...
  8. 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...
  9. brother4

    Issue Can't Update Plesk Firewall

    Perhaps this helps? Issue - Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds
  10. 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.
  11. 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...
  12. 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 :)
  13. 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
  14. 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...
  15. 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...
  16. brother4

    Question AbuseIPDB with Fail2Ban

    Feel free to use this shell script: Input - Plesk Fail2Ban: Integration for AbuseIPDB
  17. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    If no output is desired except for errors: #!/bin/bash # Your AbuseIPDB API Key API_KEY="YOUR_ABUSEIPDB_API_KEY" # 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...
  18. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    Hello! If you want to report the blocked Fail2Ban IPs from Plesk to the AbuseIPDB, you can do this with the following shell script I created. This increases the likelihood that hosters will become active and infected systems will be uncovered. It includes a check that already reported IPs are...
  19. brother4

    Issue Plesk Update: as repository 'http://autoinstall.plesk.com/pool/WPB_18.0.51_64 all InRelease' doesn't support architecture 'amd64'

    My Plesk crashed after the update finished. I restarted the server and the last error message was gone afterwards. Nevertheless, I am unsure how often there are problems after updates or even that Plesk hangs. The system has a lot of computing power, that won't be the reason.
  20. brother4

    Issue Plesk Update: as repository 'http://autoinstall.plesk.com/pool/WPB_18.0.51_64 all InRelease' doesn't support architecture 'amd64'

    The error seems to have been fixed in the current Plesk Obsidian version 18.0.54. The message no longer appears. There is now a new surprise for this:
Back
Top