How to dynamically deny access using .htaccess -
i familiar denying access based on ip, block of ips, browser, url etc... problem here is, let me state, how deny access if came ip address, @ least 3 times second long period of time. here, don't know ip address unless @ access file. time found out ip address it's drawn of bandwidth.
you can't use htaccess doing this. out-of-box apache directives can't handle browsing sessions. you'll need install sort of log parser, maybe fail2ban? or can cook set of iptables rules blocking lots of connections 1 ip: https://askubuntu.com/questions/437059/linux-command-to-prevent-dos-attack-by-using-netstat-and-iptables
Comments
Post a Comment