The default is on, at least in the version of PHP I'm using. I tried hard-coding it to both 0 and 1 in php.ini, although this shouldn't have any effect, as this only affects PHP's environment parsing post- compilation, and PHP does not even seem to be compiling anything.
Thanks, -- Ayron On May 9, 2009, at 9:33 AM, [email protected] wrote: > On Fri, May 8, 2009 at 6:13 PM, Ayron Jungren <[email protected]> > wrote: >> drir...@damia:~$ php-cgi -v >> PHP 5.2.6-3ubuntu4.1 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: >> Apr 23 >> 2009 14:30:49) >> Copyright (c) 1997-2008 The PHP Group >> Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies >> >> This is the same version of PHP that worked with older revs of >> Cherokee, and >> Apache with FastCGI. >> >> 2009/5/8 Alvaro Lopez Ortega <[email protected]> >>> >>> Hello there, >>> >>> Could you please check whether your php-cgi binary supports FastCGI? >>> >>> The output of "php-cgi -v" must contain the string: "(cgi-fcgi)". >>> >>> -- >>> Greetings, alo >>> http://www.alobbs.com/ >>> >>> On 08/05/2009, at 12:56, Antonio Pérez <[email protected]> wrote: >>> >>>> Hi! >>>> >>>> On Wed, May 6, 2009 at 11:10 PM, Ayron Jungren >>>> <[email protected]> wrote: >>>> >>>>> I'm having the same issue... :( I tested both with 0.99.13 and >>>>> 0.99.14, >>>>> and >>>>> both show "No input file specified", and a 404 error in >>>>> cherokee.access, >>>>> and >>>>> cherokee.error is empty. I've also attached my cherokee.conf; I >>>>> hope it >>>>> helps. :) >>>> >>>> Works at my end with your cherokee.conf too... :-? >>>> >>>> -- >>>> Saludos: >>>> Antonio Pérez >>>> _______________________________________________ >>>> Cherokee mailing list >>>> [email protected] >>>> http://lists.octality.com/listinfo/cherokee >> >> >> >> -- >> Ayron Jungren >> Cisco Certified Network Professional, Zend Certified Engineer (PHP5) >> >> _______________________________________________ >> Cherokee mailing list >> [email protected] >> http://lists.octality.com/listinfo/cherokee >> >> > > Do you have cgi.fix_pathinfo=1 in your php.ini? _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
