Mailing List Archive

FastCGI issue
I'm trying to give Cherokee a fair shake.  So far I cannot get it to
run with PHP.  I'm running on Ubuntu Server 10.0.4 LTS.

I've got a function php system on the unit and it runs with
apache. 

I've installed php-cgi and php-fpm. 
php-fpm is listening on port 9000.

Without PHP, the server runs
fine.  As soon as I enable PHP, set FastCGI has the handler, set the
balancer to ip_hash and set it to contact the php-fpm listening on
127.0.0.1:9000

The server won't start telling me:  Found a
FastCGI handler without a Load Balancer

I'm getting nothing in
the logs.  Can anyone shed some light on this largely unhelpful
error?