Note that the syntax has changed of php-fcgi, and 'Forks' have been rolled into the 'Server' stanza. This isn't yet documented as of this writing, so if you wound up overwriting your php-fcgi.conf and losing the hints, the new syntax is as such:
# PHP FastCGI servers to start. # Server = <php-cgi executable>;<forks>;<binding>;<UID>[:<GIDs>][;<PHP configuration file>]
Note that the syntax has changed of php-fcgi, and 'Forks' have been rolled into the 'Server' stanza. This isn't yet documented as of this writing, so if you wound up overwriting your php-fcgi.conf and losing the hints, the new syntax is as such:
# PHP FastCGI servers to start.
# Server = <php-cgi executable>;<forks>;<binding>;<UID>[:<GIDs>][;<PHP configuration file>]
e.g.: Server = /usr/bin/php5-cgi ; 4 ; /var/run/hiawatha/php-fcgi.sock ; hiawatha ; /etc/php5/cgi/php.ini