• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Issue mod_evasive blocks ip from my server

python

Regular Pleskian
install the evasive module I tested it with the perl script and it works fine but now I'm testing it from another ip to see if it really works (change configuration of evasive.conf to skip it) and it actually works giving a 403 error but it turns out that I always blocks the ip of the server not that of the site that makes the attack.
add apache using nginx

This is a bad configuration or some module is not compatible with mod_evasive?

characteristics:
SO: ‪CentOS Linux 7.3.1611 (Core)‬
Plesk Onyx 17.5.3
 
Last edited:
Hi python,

if you desire help from the Community from people willing to help you, you should consider to add logs / configuration files, so that we have a chance to start a possible investigation to your issue/error/problem. At the moment, you leave us here with guessings to an awfull lot of possibilities to a "403" error. :(
 
hello at the end it was a bad install reinstall and it works fine now. I have another problem now I try to block the ip in iptable every time I skip evasive mode but it does not block me, I do not get any error or at least I do not look at it (/ var / log / messages). this is the line I have in httpd.conf: DOSSystemCommand "/ sbin / iptables -I INPUT -p tcp -dport 80 -s% s -j DROP"
 
Back
Top