А точнее spawn-fcgi.fcgiwrap:
$ ls -l /usr/sbin/fcgiwrap
-rwxr-xr-x 1 root root 18960 Jan 8 11:40 /usr/sbin/fcgiwrap
$ sudo /etc/init.d/spawn-fcgi.fcgiwrap start
* The file specified as $FCGI_PROGRAM
* does not exist or is not executable.
* Please adjust /etc/conf.d/spawn-fcgi.fcgiwrap
* ERROR: spawn-fcgi.fcgiwrap failed to start
FCGI_SOCKET=/var/run/fcgiwrap.sock
FCGI_ADDRESS=
FCGI_PORT=
FCGI_PROGRAM=/usr/sbin/fsgiwrap
FCGI_CHILDREN=1
FCGI_CHROOT=
FCGI_CHDIR=
FCGI_USER=nginx
FCGI_GROUP=nginx
FCGI_EXTRA_OPTIONS="-M 0700"
ALLOWED_ENV="PATH"
if [ ! -x "${FCGI_PROGRAM_EXEC}" ]; then
eerror "The file specified as \$FCGI_PROGRAM"
eerror "does not exist or is not executable."
eerror "Please adjust /etc/conf.d/spawn-fcgi.${PROGNAME}"
return 1
fi