root@box:~# cat /etc/debian_version
7.0
root@box:~# php5-fpm -v
PHP 5.4.4-10 (fpm-fcgi) (built: Nov 24 2012 12:54:38)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
/etc/hiawatha/hiawatha.conf
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:9000
Extension = php,php5,cgi
SessionTimeout = 30
}
/etc/hiawatha/php-fcgi.conf
PidFile = /var/run/php5-fpm.pid
MaxRequests = 100
Server = /usr/sbin/php5-fpm ; 3 ; 127.0.0.1:9000 ; www-data ; /etc/php5/fpm/php.ini
/etc/php5/fpm/php-fpm.conf
[global]
pid = /var/run/php5-fpm.pid
error_log = /var/log/php5-fpm.log
process.max = 10
include=/etc/php5/fpm/pool.d/*.conf
Works fine for me.