Strategies for securing web servers
- Backup data frequently, or...
- Store originals on another system and...
- Use encrypted login/file transfer services (e.g, with
SSH
- Stay on top of bug reports and patches for your server and OS
- Partition services (mail on mail server, HTML on web server, etc.)
- Eliminate unnecessary network services (Unix Security Overview talk)
- Limit web services to only necessary and "safe" services
- No "server side includes"
- Only use "as user" CGI scripts
- Eliminate all example scripts
- Mirror log files on another system
- Consider using security technologies like
SSL, SET,
Certificates, etc. (this is not trivial)
Further reading on securing your servers:
[Next]
|
[Prev]
|
[Top]
Dave Dittrich <dittrich@cac.washington.edu>
Last modified: Wed Apr 29 12:58:51 1998