Hiawatha version: 7.4
Operating System: Ubuntu 10.10
Hi, im running Hiawatha 7.4 in a CHROOT alongside PHP5 in ubuntu.
Basically, my problem is - i cant execute any PHP files (i've enabled ExecuteCGI in hiawatha.conf), but my log just show this:
Sun 20 Mar 2011 14:48:52 +0000|127.0.0.1|/CHROOTS/HiawathaPHP/var/www/hiawatha/index.php|execute CGI: No such file or directory
Sun 20 Mar 2011 14:48:52 +0000|127.0.0.1|/CHROOTS/HiawathaPHP/var/www/hiawatha/index.php|no output
Heres my php-fcgi.conf:
PidFile = /CHROOTS/HiawathaPHP/var/run/php-fcgi.pid
Forks = 3
MaxRequests = 100
Server = /usr/bin/php5-cgi ; 127.0.0.1:90583 ; www-data
Server = /CHROOTS/HiawathaPHP/usr/bin/php5-cgi ; 127.0.0.1:6589 ; 1000:100,101
Server = /CHROOTS/HiawathaPHP/usr/bin/php5-cgi ; 127.0.0.1:90583 ; www-data ; /CHROOTS/HiawathaPHP/etc/php5/cgi/php.ini
Server = /CHROOTS/HiawathaPHP/usr/chroot/PHP5|/CHROOTS/HiawathaPHP/usr/bin/php5-cgi ; 127.0.0.1:90583 ; www-data
This is one of out production servers and were planning on switching to Hiawatha as soon as possible.
Any help will be greatly appreciated
Thanks