php security on a system with only known php software (or: need alternative non-PHP CMS)

listed in answer

php security on a system with only known php software (or: need alternative non-PHP CMS)
0 votes, 0.00 avg. rating (0% score)

ANSWER:

You mention that you have a restricted firewall in place – don’t forget you can block outgoing connections by UID.

If you’re running PHP under its own user ID you can (& should!) deny that user outgoing HTTP/HTTPS connections unless you need to allow for update checking or RSS feed fetching. This will prevent any exploited code from being able to download a rootkit.

by Steve Kemp from http://serverfault.com/questions/381965