On 10/06/2010, at 01:37, James Pearson wrote:

> I'm attempting to get php with fcgi working on a tcp socket.  The command 
> I've used to spawn the interpreter is `spawn-fcgi -f /usr/bin/php-cgi -p 9000 
> -P /var/run/php.pid`. 

Have you checked if your php-cgi binary support FastCGI?  The php-cgi -v output 
must include "(cgi-fcgi)". For instance:

======
$ php-cgi -v
PHP 5.3.1 (cgi-fcgi) (built: Jan 10 2010 20:48:38)
======

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to