Differences From Artifact [c226cd786a]:
- File wapp.tcl — part of check-in [20f4274937] at 2018-02-05 00:45:41 on branch trunk — Make sure the SCRIPT_FILENAME is a full pathname for the standalone server. (user: drh size: 25996)
To Artifact [9c8c28451b]:
- File wapp.tcl — part of check-in [95e6f7d2d2] at 2018-02-05 01:31:18 on branch trunk — Fix automatic CGI detection so that it works with CGI 1.1. (user: drh size: 26008)
︙ | |||
396 397 398 399 400 401 402 | 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 | - + | default { error "unknown option: $term" } } } if {($mode=="auto" && [info exists env(GATEWAY_INTERFACE)] |
︙ |