On Tue, Dec 27, 2011 at 10:58 PM, Thomas Stover <[email protected]>wrote:
> > > 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%. > > Will it do SSL/TLS? > Sure. (See https://www.fossil-scm.org/ for example). Use stunnel to handle SSL/TLS. The stunnel configuration file is like this: [https] accept = 443 TIMEOUTclose = 0 exec = /usr/bin/althttpd execargs = /usr/bin/althttpd -logfile /logs/http.log -root /home/www -user www-data -https 1 -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

