• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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