boa .92

NeXT Computer, Inc. -> Porting New Software

Title: boa .92
Post by: compusplurge on September 19, 2009, 12:15:36 PM
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

Go to top  Forum index