On Tue, Dec 27, 2011 at 7:18 PM, <[email protected]> wrote: > First time setting this up, and getting very close. Using a server setup > in the cgi-script style, under https, many of the links, buttons, etc, > direct the client browser to http urls. Is there a way to tweak this? For > instance, I can go to the wiki login page using an https url, then after > login are directed back to http. >
Fossil expects (in accordance with the CGI spec) the HTTPS environment variable to be set if it is run from CGI and HTTPS is used instead of HTTP. It will when automatically make all the hyperlinks also use HTTPS. > > I'm using the most stripped down web server available, boa. Are you aware of althttpd? A single source file. Documentation consists of a comment at the beginning of the file ( http://www.sqlite.org/docsrc/artifact/14c9965da19?ln=2-62). This is this webserver that handles the Fossil website (and also the SQLite website). It easily handles 300K requests/day on a 1/24th slice of a single server (at Linode.com) without the load average ever going about 5%. > From there I'm using stunnel to make the site additionally accessible via > https. > > www.thomasstover.com > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

