• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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