I've been doing "extensive" research on securing a linux web server. On top of what is considered the "basics" (removing unused services, hardening ssh, iptables, etc.) is it wise to include anti-rootkits (Tripwire) and an anti-virus (ClamAV)? Are these just overkill for a web server? I know this is a very vague question, but I'm curious on others opinions.
My future environment:
- ubuntu 10.04
- fail2ban
- nginx 0.8.x
- php 5.3.x (suhosin, apc, memcached)
- mongodb 1.6.x
Possible applications:
- web services
- web apps with user uploads (pictures, pdfs, etc.)
- typical websites (forms, etc.)
If you have any other tips, please feel free to add!
Thanks
Comments
Post a Comment