Differences From Artifact [8b9f787cb0]:
- File www/cgi.wiki — part of check-in [0af0e14688] at 2019-08-29 01:57:01 on branch caps-doc — Linked to the new caps docs from the existing www/* docs wherever "capability" or "capabilities" was mentioned before. (user: wyoung size: 5643) [more...]
To Artifact [ee94621db3]:
- File www/cgi.wiki — part of check-in [4a7760e368] at 2019-12-11 12:43:55 on branch trunk — Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. (user: drh size: 5801) [more...]
| ︙ | |||
134 135 136 137 138 139 140 | 134 135 136 137 138 139 140 141 142 143 144 145 | + + + + + | This parameter causes additional environment variable NAME to have VALUE. This parameter can be repeated as many times as necessary. <h2 id="HOME">HOME: <i>PATH</i></h2> This parameter is a short-hand for "<b>setenv HOME <i>PATH</i></b>". <h2 id="cgi-debug">cgi-debug: <i>FILE</i></h2> Cause CGI-related debugging information to be appended in <i>FILE</i>. Use this to help debug CGI problems. |