Category: Security
Linux VPS Security with mod_security and fail2ban
Our VPS team wanted to improve the security on our Linux VPS VMs. We opted to use mod_security and fail2ban. Note that we use them independently. We do not ban visits that violate mod_security, we simply discard the visit. NOTE: mod_evasive doesn’t work with Apache 2.4.1 anymore. It stores the violation counts PER CHILD. Attackers […]