I just noticed some Really Strange Behavior(tm). On the exact same configuration, PHP is working perfectly for any virtual host other than `default', and it even works for personal web hosting.
Example: http://dririan.com/phpinfo.php - Falls under `default' virtual host; FAILS http://dririan.com/~dririan/phpinfo.php - Personal webs but still falls under `default' virtual host; WORKS http://forums.dririan.com - phpBB forum under the `forums.dririan.com' vhost; WORKS This is quite confusing, although it does confirm that PHP is working properly. Those links do work, as well, so feel free to check them out if you so desire :) > 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 >> >> > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
