Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins related to "extension-cgi"
|
2019-07-25
| ||
| 21:11 | Add the /ext page that will run CGI or deliver static content from a document hierarchy specified by the --extroot command-line option on "fossil server" or the extroot: option in the CGI file. check-in: ec56c69fe9 user: drh tags: trunk | |
| 21:09 | Remove an unused variable. Closed-Leaf check-in: c2a98a5d62 user: drh tags: extension-cgi | |
| 20:53 | Ensure that the cgi_decode_post_parameters() routine does not delete the raw content used by the /xfer page. check-in: af3a8dbe09 user: drh tags: extension-cgi | |
| 20:20 | Enable the extroot: setting in CGI. check-in: c116a9996b user: drh tags: extension-cgi | |
| 19:53 | Do not provide failure diagnostics on the /ext page unless the user has Debug privilege. check-in: 08b9b61972 user: drh tags: extension-cgi | |
| 18:34 | Defer decoding POST parameters until after the webpage name is located. Do not do the decode if the webpage has the new "raw-content" property. Set that property on /ext so that is can relay the encoded content to sub-cgi. check-in: e4849f58e4 user: drh tags: extension-cgi | |
| 18:08 | Add the ability for Debug users to trace sub-CGI responses by adding the fossil-ext-debug query parameter. check-in: cc21a4389e user: drh tags: extension-cgi | |
| 17:40 | Disable HTTP_ACCEPT_ENCODING for the extension CGI. But leave that setting unchanged for Fossil as it might be needed for the relay back to the client. check-in: 54aeb1a8ce user: drh tags: extension-cgi | |
| 17:07 | Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. check-in: ed2def5ffb user: drh tags: extension-cgi | |
|
2019-07-23
| ||
| 19:17 | Make sure an HTTP request always has at least a single "/" in the pathname. check-in: 35d609a0ba user: drh tags: trunk | |