While trying to configure php-cgi on a CentOS 5 server running nginx, I run into this:
[root@~~~~~~~ run]# /etc/init.d/php_cgi start
Starting php-cgi: spawn-fcgi: child exited with: 255
[FAILED]
I'm not 100% sure what's happening here, but no Google result returns anything regarding error code 255.
I was following [this guide][1] to set up php-cgi. What could the problem be?