Petr Ferdus <petr...@...> writes: ... > Could you please share what you use in windows service/how you create them. If you also serve repositories > via https I would like to see the set up of that as well. > > Thanks > > Peter ...
I simply use nssm (non sucking service manager) and install the service using: nssm install <servicename> <fossilexepath" "server --port 8000 --notfound <defaultredirect> <directory-with-fossil-files>" nssm restarts fossil, if the server process dies - which sometimes happens, if the browser requests the style.css on a refresh. You can use anysrv from MS too, but this doesn't restart the server process. I do not use https on my local net. best regards Wolfgang _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

