compusplurge
Joined: 31 May 2008 Posts: 22
|
Posted: Sat Sep 19, 2009 10:15 am Post subject: boa .92 |
|
|
I've built boa .92. everything seems to work. This was build on openstep on black hardware.
Yell at me if you want an installer package. for now, you can download this tarball and copy the extracted folder to /usr/local
http://680x0.com/~wthww/boa.tar
you can add something like this to your /etc/rc.local to start it when the system comes up.
if [ -f /usr/local/boa/boa ]; then
echo -n ' boa ' >/dev/console
/usr/local/boa/boa &
fi
boa is much less memory/cpu/hd hungry than apache2. it runs very well. you should be able to use php with this as a cgi executable.
//cs |
|