Hi Taher, On Monday 06 October 2008 13:06:44 Taher Shihadeh wrote: > Hi Marcos. > It should work out of the box. I'm not sure why it isn't. > First check that your installed php-cgi supports fastcgi. The *fcgi* part > must appear.
I've already checked it and I installed php5-cgi btw, but here it goes: [EMAIL PROTECTED]:~$ php-cgi -v PHP 5.2.0-8+etch11 (cgi-fcgi) (built: May 10 2008 10:41:01) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies > If the problem is unix-socket related, ¿could you try setting it up so that > it uses a host:port? Simply change your 'php' information source, where it > says > Connection: > /tmp/cherokee-php.sock --> localhost:1234 > > Interpreter: > /usr/bin/php-cgi -b /tmp/cherokee-php.sock ---> /usr/bin/php-cgi -b 1234 I also changed it to what you suggest, but still no luck :( I think it can be something related to my cherokee build not supporting the fcgi module (or at least, it's not loaded...). So maybe I can change my question to: how do I check for the modules that are loaded by cherokee? :) Thanks, -- Marcos http://tenak.net _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
