Security on shared hosting systems...
Security in a shared hosting environment is a hard task. Making the system more secure usually demands restricting what users can do.For example, here are some measures we take that affects users:
1. no shell access to custommers.
2. cron jobs must be requested and are setup by us, after checking what will be run.
3. PHP safe mode on.
4. PHP open_basedir restriction.
How do you deal with that?