Block IP addresses in Apache 2.4

Apache 2.4 has a different syntax for blocking IP addresses of scammers and spammers than old 2.2, and using the old syntax does even cause ”Internal Server Error” on some hosts. So don’t write like ”deny from 14.102.146.52” and do like below instead. Even unsuccessful spam/exploit attempts drain server resources, so a good blacklist gives …