Thanks for fossil - I am getting familiar with it and think it will work out for my projects. I was immediately intrigued with fossil due to having used SQLite for years and being very satisfied with it's reliability.
Starting a fossil server for a repository works fine and is accessible via default port 8080. I notice that starting a second one for another repository automatically starts up on port 8081 (using GNU/Linux). I would like to be able to access multiple repositories on the same port via a web browser. Either by starting 'fossil server' or via CGI. I have not discovered any way to do that. QUESTION: Is there any way to run fossil either directly or via CGI script+webserver to access multiple repositories on the same port, e.g. http://my_webserver.com:8080/project_one http://my_webserver.com:8080/project_two ... http://my_webserver.com:8080/project_N ~Michael _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

