Hiawatha version: 6.14
Operating System: Ubuntu 9.04
Hi Hugo,
Firstly, I should say thank you for creating this awesome web server. I came to know about this from the Puppy community. If Barry K introduces something, then I know that it should be something different and really efficient.
The Puppy community has a Hiawatha pet package that installs and runs like a breeze.
I was testing another server setup lately. This is in Ubuntu 9.04 server edition. This has apache running by default and I do a proxy through apache to reach 8080 port that is served by Hiawatha.
On hiawatha, these are some of the things I've used in the config files:
CGIhandler = /usr/bin/php5-cgi:php,php5
VirtualHost {
...
ExecuteCGI = yes
}
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:2005
Extension = php
}
I am able to see html files on the server correctly. But, when it comes to PHP, it gives me 503 - Service Unavailable. You can see this here - http://me.prit.us/index.php and http://me.prit.us/index.html.
I am not even sure how to enable or check if Fast CGI is working correctly. Any help is greatly appreciated.