Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | A better hyperlink for althttpd documentation in ssl.wiki. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
977109d30893d726a382ea621ef4db17 |
| User & Date: | drh 2019-08-07 04:02:52.543 |
Context
|
2019-08-07
| ||
| 08:41 | Added info about althttpd to footnote 2 in fossil-v-git.wiki, which gives details about the web serving configuration of fossil-scm.org. ... (check-in: 5866461ef0 user: wyoung tags: trunk) | |
| 04:02 | A better hyperlink for althttpd documentation in ssl.wiki. ... (check-in: 977109d308 user: drh tags: trunk) | |
| 02:37 | Merged two nearly-redundant points about branch names syncing in fossil-v-git doc. ... (check-in: 16ea738a8e user: wyoung tags: trunk) | |
Changes
Changes to www/ssl.wiki.
| ︙ | ︙ | |||
241 242 243 244 245 246 247 | scheme on generated hyperlinks. <h3 id="althttpd">stunnel + althttpd</h3> The public SQLite and Fossil web sites can't just use stunnel + Fossil because parts of the web site are static, served by | | | 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 | scheme on generated hyperlinks. <h3 id="althttpd">stunnel + althttpd</h3> The public SQLite and Fossil web sites can't just use stunnel + Fossil because parts of the web site are static, served by [https://sqlite.org/docsrc/doc/trunk/misc/althttpd.md|a separate web server called <tt>althttpd</tt>], written by the primary author of both SQLite and Fossil. It is a lightweight HTTP-only web server. It handles the static HTTP hits on <tt>sqlite.org</tt> and <tt>fossil-scm.org</tt>, delegating HTTPS and dynamic Fossil content hits to stunnel and Fossil. The only documentation for althttpd currently is in its header comment. As is typical for drh software, althttpd is a single-file C program, so |
| ︙ | ︙ |