Hello,
Im having some problem spawning more than one php-fcgi instance. I had a search of the forums, and saw a link (http://www.hiawatha-webserver.org/php-fcgi.c) which doesn't work any longer.
My php-fcgi.conf is as follows:
PidFile = /var/run/php-fcgi.pid
Forks = 4
MaxRequests = 100
Server = /usr/bin/php5-cgi ; 127.0.0.1:9000 ; www-data:www-data ; /etc/php5/cgi/php.ini
Server = /usr/local/bin/php5s-cgi ; 127.0.0.1:9001 ; www-data:www-data ; /etc/php5/cgi/php.ini
Only the first instance spawns (127.0.0.1:9000). How would I get the other to spawn upon running /etc/init.d/php-fcgi?
Kind Regards,
~ Freddie
Hiawatha version: 7.4
Operating System: Ubuntu 10.10