Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins by user tsbg
2019-08-31
| ||
13:53 | The IIS web server does not define REQUEST_URI, instead is uses PATH_INFO for virtually the same purpose. Define REQUEST_URI the same as PATH_INFO and redefine PATH_INFO with SCRIPT_NAME removed from the beginning. ... (Closed-Leaf check-in: 54fdd1a5d7 user: tsbg tags: iis-cgi) | |
13:21 | IIS and possibly other web servers define environment variables with an empty value. Handle them the same as non-existing environment variables. ... (check-in: 9a2ec393db user: tsbg tags: iis-cgi) | |
13:04 | Ouput an error if the CGI control file is missing on the command line. This prevents IIS to fall in a endless loop. ... (check-in: 6a59d33e3d user: tsbg tags: iis-cgi) | |
2019-04-26
| ||
16:53 | Another invocation of the backoffice was found where the option "--nocgi" might be necessary. ... (Closed-Leaf check-in: 5d7c00f7e5 user: tsbg tags: backoffice-win) | |
16:45 | Make sure that the "--nocgi" option gets removed from the command line (hint: short circuit evaluation of the && operator). ... (check-in: 417e2b4149 user: tsbg tags: backoffice-win) | |
16:39 | Merge trunk. ... (check-in: 3a19db886f user: tsbg tags: backoffice-win) | |
2018-12-10
| ||
08:07 | Attempt to get the backoffice running on Windows. ... (check-in: c52fb5eddb user: tsbg tags: backoffice-win) | |
2018-07-12
| ||
17:08 | Fix typo in makemake.tcl. ... (check-in: e817f1b08d user: tsbg tags: trunk) | |
09:39 | Get DNS lookup for mail hosts working on Windows. ... (check-in: fe29fe7d24 user: tsbg tags: smtp-win) | |
2012-06-06
| ||
20:27 | Fixed command line processing for the "winsrv" command. Corrected a typo in the documentation of the "winsrv create" command. Report error messages in the native language if english is not available. ... (Closed-Leaf check-in: cff9cc34f0 user: tsbg tags: winsrv) | |
2011-07-15
| ||
18:06 | Enable Fossil to run as a Windows service and add a "fossil service" command. ... (check-in: 91c2f65a6e user: tsbg tags: tsbg-win-service) | |