Hi,
I got many http flooding on my apache that I am unable to stop.
Simple attack which “just” requests thousands of index page of my website.
I put some firewall rules, that stops many of them, but not all of them and these make my apache going down.
- I tried to solve that with mod_evasive: but issue is that mod_evasive only see CF IPs, so mod_evasive can only block… CF itself !
- I tried to use some scripts and add iptables : same issue here. iptables will not work since all requests are done through CF. So if I detect an dangerous IP making many requests, adding it to iptables, will not prevent it to access my https site through CF.
I installed modIp so I can see real IP in apache log, but this does not work with mod_evasive, nor with iptables.
I really do not have any idea. Looks like only possibility left is the “rate limiting” option. Problem is I am afraid that will cost me thousands of dollars per month.
If someone has treated already that issue and have some free time, I am ok for freelancing job.
Thanks again