PHP-FPM (FastCGI Process Manager) is a great alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
1 | vim /etc/apt/sources.list |
Add source for php5-fpm:
1 2 | # PHP-FPM deb http://packages.dotdeb.org stable all |