Questions tagged [mod-evasive]
3 questions
2
votes
1 answer
How can install mod_evasive or mod_security with httpd24
I'm trying to install mod_evasive and mod_security vainly, with httpd24 under Cenots 6.10.
I have tried this solution : https://github.com/shivaas/mod_evasive, downloaded : mod_evasive24.c $APACHE_ROOT/bin/apxs -i -a -c mod_evasive24.c
i got that…
Naima
- 21
- 1
2
votes
1 answer
evasive module in apache error: "Can't locate API module structure `evasive24_module'"
I wanted to protect my Apache/2.4.6 (CentOS) server in CentoOS 7 from DDOS attacks so after searching for some alternatives I found this page. They go through the installation of the modules evasive and security pretty easy. So I started first by…
VaTo
- 3,071
- 3
- 18
- 47
1
vote
0 answers
mod_evasive : White-listing causing to not having Access Logs?
I'm using mod_evasive with Apache. And there is an directive to whitelist the IP(s). Like:
DOSWhitelist 127.0.0.1
DOSWhitelist 10.0.*.*
DOSWhitelist 100.200.*.*
This is fine because we need to whitelist some of our own IPs. But the problem…
夏期劇場
- 1,571
- 9
- 22
- 35