I tried the approach with the small one-file web server suggested in one of the replies to my question and it works fine. Fossil is started via cgi script and I can host all the stuff now using this small webserver.
However, it took me a while to figure out that I need to copy all the dependencies (shared libraries) fossil depends on into the file structure accessed by the webserver. Just missed the point that it is a chroot environment and it cannot access any libs which are outside the chroot jail. Wanted to mention this just in case someone wants to build a similar setup. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

