attack on port 80
I used to type this command manually to stop ppl attacking my servernetstat -apn|grep :80|awk '{print $5}'|sort
iptables -D INPUT -s x.x.x.x -j DROP
But sometimes the attacker keep doing that all night long, so i keep awake to protect my server from being lag of httpd process.
What should I do ?
I had APF installed, but seems like it's not working for http request on port :80