Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the server extension documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
11c65043409c7dd7e233185c002b5fd3 |
User & Date: | drh 2019-10-04 22:22:45.396 |
Context
2019-10-07
| ||
08:42 | Removed a duplicate entry from www/mkindex.tcl ... (check-in: 4edc1302 user: wyoung tags: trunk) | |
2019-10-04
| ||
22:22 | Fix typo in the server extension documentation. ... (check-in: 11c65043 user: drh tags: trunk) | |
22:20 | Fix the date on the 2.10 change log. ... (check-in: 80ea65af user: drh tags: trunk) | |
Changes
Changes to www/serverext.wiki.
︙ | ︙ | |||
32 33 34 35 36 37 38 | [./server/any/cgi.md|CGI], then add a line to the [./cgi.wiki#extroot|CGI script file] that says: <blockquote><pre> extroot: <i>DIRECTORY</i> </pre></blockquote> | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | [./server/any/cgi.md|CGI], then add a line to the [./cgi.wiki#extroot|CGI script file] that says: <blockquote><pre> extroot: <i>DIRECTORY</i> </pre></blockquote> Or, if the Fossil server is being run using the "[./server/any/none.md|fossil server]" or "[./server/any/none.md|fossil ui]" or "[./server/any/inetd.md|fossil http]" commands, then add an extra "--extroot <i>DIRECTORY</i>" option to that command. The <i>DIRECTORY</i> is the DOCUMENT_ROOT for the CGI. Files in the DOCUMENT_ROOT are accessed via URLs like this: |
︙ | ︙ |