Notes on getting fastcgi version working...
#-------put files in right place --------------
see README for building it, or just copy the binary roofcgi to /usr/bin/roofcgi
#make the binary available to the system (link it into place)
ln -s /usr/bin/roofcgi /usr/lib/cgi-bin/
#-------edit apache config --------------
In /etc/apache2/mods-enabled/fastcgi.conf
");
println("hellow world from javascript");
-----test.fjs--------------------------
then go to http://localhost/testjs/test.rjs