Just started working with CentOS 5 after wanting to leave Ubuntu server for something a bit more industry-standard, and while trying to configure php-cgi, I run into this:
[root@~~~~~~~ run]# /etc/init.d/php_cgi start
Starting php-cgi: spawn-fcgi: child exited with: 255
[FAILED]
Not 100% sure what's happening here, but no Google result returns anything regarding error code 255.
I was following this guide: http://bash.cyberciti.biz/web-server/rhel-fedora-php-fastcgi-initd-script/ if it helps.
EDIT: Forgot to mention this is with Nginx, not Lighttpd.
Many thanks,
Elliot