Hi,

If you want to use Fossil together with apache, it is probably easiest to
use Fossil as a CGI.

Basically, your CGI script should look like this:

#! /usr/bin/env fossil
repository: /full/path/to/repository/file.fsl


Thrn just point your browser to the CGI's URL.

Read more at

https://www.fossil-scm.org/xfer/wiki?name=Cookbook#CGI

Best Regards,
Johan





El 4 ene. 2017 8:06 p. m., "Damien Sykes-Lindley" <
dam...@dcpendleton.plus.com> escribió:

Hi there,
I have recently delved into the technical joys and jargon of Linux, but I’m
still fairly new so you’ll have to excuse me if these questions are more
system than Fossil related.
1. I am currently only aware of installing software via package managers
(in my case APT). For some reason the latest Fossil that it wants to
install is 1.33. How do I update to the latest?
2. Naturally, I want people to be able to use domain names without having
to add ports to the query. For example my website might be at example.com
and my fossil might be at source.example.com. Is there a way that the
Fossil server can listen on port 80 with Apache?
3. By default Fossil seems to install itself as a standard application. Is
there any way of installing it as a daemon so that it automatically starts
with the system, like Apache does?
Cheers.
Damien.

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
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