PHP-CGI Not working on CentOS 5?
Posted
by
EJay
on Server Fault
See other posts from Server Fault
or by EJay
Published on 2010-10-15T11:54:05Z
Indexed on
2012/03/19
23:31 UTC
Read the original article
Hit count: 259
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
© Server Fault or respective owner