Simple rate limiting in .htaccess – Apache
Let's say I have a login form: <form action="index.php" method="post"><input type="password" name="pwd"><input type="submit" /> I know that a proper rate-limiting should be done with iptables or fail2ban, but without going so far, can we do something simple, just in the…