FastCGI and PHP privilege separation

I've finally gotten some new features online that I've been meaning to do for some time...

All PHP scripts are now run with privilege separation, which will give you improved security, should a site become compromised.

Additionally, I've implemented FastCGI, which should give a reasonable performance boost, especially to media-heavy and client-server interactive sites, like those that use AJAX for requests.