> /usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f I would suggest to use FPM php process manager ( http://www.php.net/manual/en/install.fpm.php ) instead of 'spawn-fcgi ' . For a a while its in php core and preferred way use php in webservers with fastcgi interface. rr