there are some typos in the documentation here:

http://www.fossil-scm.org/fossil/doc/trunk/www/server.wiki

in the `fossil as cgi' section. the trailing part of the section should read (corrections are bracketed by `***'):

8<----------------------------------------------
To ***serve*** multiple repositories from a directory using CGI, use the "directory:" tag in the CGI script rather than "repository:". You might also want to add a "notfound:" tag to tell where to redirect if the particular repository requested by the URL is not found:

#!/usr/bin/fossil
directory: /home/fossil/repos
notfound: http://url-to-go-to-if-repo-not-found/


Once deployed, a URL like: http://mydomain.org/cgi-bin/repo/XYZ will serve up the repository "/home/fossil/repos/***XYZ***.fossil" (if it exists).
8<----------------------------------------------


by the by: what is preferred way of reporting such things these days? the mailing list or the ticketing system?

--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to