Fossil SCM

Update documentation for the /test_env to /test-env change.

drh 2025-03-30 09:51 trunk
Commit 5df726ab25eb70972559e613d28bd3e22267453d2881fa215e81ce8a0c7b299f
--- test/many-www.tcl
+++ test/many-www.tcl
@@ -24,11 +24,11 @@
2424
/setup
2525
/dir
2626
/wcontent
2727
/attachlist
2828
/taglist
29
- /test_env
29
+ /test-env
3030
/stat
3131
/rcvfromlist
3232
/urllist
3333
/modreq
3434
/info/d5c4
3535
--- test/many-www.tcl
+++ test/many-www.tcl
@@ -24,11 +24,11 @@
24 /setup
25 /dir
26 /wcontent
27 /attachlist
28 /taglist
29 /test_env
30 /stat
31 /rcvfromlist
32 /urllist
33 /modreq
34 /info/d5c4
35
--- test/many-www.tcl
+++ test/many-www.tcl
@@ -24,11 +24,11 @@
24 /setup
25 /dir
26 /wcontent
27 /attachlist
28 /taglist
29 /test-env
30 /stat
31 /rcvfromlist
32 /urllist
33 /modreq
34 /info/d5c4
35
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -93,11 +93,11 @@
9393
/fileage
9494
/dir
9595
/tree
9696
/uvlist
9797
/stat
98
- /test_env
98
+ /test-env
9999
/sitemap
100100
/hash-collisions
101101
/artifact_stats
102102
/bloblist
103103
/bigbloblist
104104
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -93,11 +93,11 @@
93 /fileage
94 /dir
95 /tree
96 /uvlist
97 /stat
98 /test_env
99 /sitemap
100 /hash-collisions
101 /artifact_stats
102 /bloblist
103 /bigbloblist
104
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -93,11 +93,11 @@
93 /fileage
94 /dir
95 /tree
96 /uvlist
97 /stat
98 /test-env
99 /sitemap
100 /hash-collisions
101 /artifact_stats
102 /bloblist
103 /bigbloblist
104
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -67,11 +67,11 @@
6767
<td>The query string that follows the "?" in the URL, if there is one.
6868
</table>
6969
7070
There are other CGI environment variables beyond those listed above.
7171
Many Fossil servers implement the
72
-[https://fossil-scm.org/home/test_env/two/three?abc=xyz|test_env]
72
+[https://fossil-scm.org/home/test-env/two/three?abc=xyz|test-env]
7373
webpage that shows some of the CGI environment
7474
variables that Fossil pays attention to.
7575
7676
In addition to setting various CGI environment variables, if the HTTP
7777
request contains POST content, then the web server relays the POST content
7878
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -67,11 +67,11 @@
67 <td>The query string that follows the "?" in the URL, if there is one.
68 </table>
69
70 There are other CGI environment variables beyond those listed above.
71 Many Fossil servers implement the
72 [https://fossil-scm.org/home/test_env/two/three?abc=xyz|test_env]
73 webpage that shows some of the CGI environment
74 variables that Fossil pays attention to.
75
76 In addition to setting various CGI environment variables, if the HTTP
77 request contains POST content, then the web server relays the POST content
78
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -67,11 +67,11 @@
67 <td>The query string that follows the "?" in the URL, if there is one.
68 </table>
69
70 There are other CGI environment variables beyond those listed above.
71 Many Fossil servers implement the
72 [https://fossil-scm.org/home/test-env/two/three?abc=xyz|test-env]
73 webpage that shows some of the CGI environment
74 variables that Fossil pays attention to.
75
76 In addition to setting various CGI environment variables, if the HTTP
77 request contains POST content, then the web server relays the POST content
78
+2 -2
--- www/loadmgmt.md
+++ www/loadmgmt.md
@@ -77,11 +77,11 @@
7777
7878
The `/home/www/proc` pathname should be adjusted so that the `/proc`
7979
component is at the root of the chroot jail, of course.
8080
8181
To see if the load-average limiter is functional, visit the
82
-[`/test_env`][hte] page of the server to view the current load average.
82
+[`/test-env`][hte] page of the server to view the current load average.
8383
If the value for the load average is greater than zero, that means that
8484
it is possible to activate the load-average limiter on that repository.
8585
If the load average shows exactly "0.0", then that means that Fossil is
8686
unable to find the load average. This can either be because it is in a
8787
`chroot(2)` jail without `/proc` access, or because it is running on a
@@ -88,9 +88,9 @@
8888
system that does not support `getloadavg()` and so the load-average
8989
limiter will not function.
9090
9191
9292
[503]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4
93
-[hte]: /help?cmd=/test_env
93
+[hte]: /help?cmd=/test-env
9494
[gla]: https://linux.die.net/man/3/getloadavg
9595
[lin]: http://www.linode.com
9696
[sh]: ./selfhost.wiki
9797
--- www/loadmgmt.md
+++ www/loadmgmt.md
@@ -77,11 +77,11 @@
77
78 The `/home/www/proc` pathname should be adjusted so that the `/proc`
79 component is at the root of the chroot jail, of course.
80
81 To see if the load-average limiter is functional, visit the
82 [`/test_env`][hte] page of the server to view the current load average.
83 If the value for the load average is greater than zero, that means that
84 it is possible to activate the load-average limiter on that repository.
85 If the load average shows exactly "0.0", then that means that Fossil is
86 unable to find the load average. This can either be because it is in a
87 `chroot(2)` jail without `/proc` access, or because it is running on a
@@ -88,9 +88,9 @@
88 system that does not support `getloadavg()` and so the load-average
89 limiter will not function.
90
91
92 [503]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4
93 [hte]: /help?cmd=/test_env
94 [gla]: https://linux.die.net/man/3/getloadavg
95 [lin]: http://www.linode.com
96 [sh]: ./selfhost.wiki
97
--- www/loadmgmt.md
+++ www/loadmgmt.md
@@ -77,11 +77,11 @@
77
78 The `/home/www/proc` pathname should be adjusted so that the `/proc`
79 component is at the root of the chroot jail, of course.
80
81 To see if the load-average limiter is functional, visit the
82 [`/test-env`][hte] page of the server to view the current load average.
83 If the value for the load average is greater than zero, that means that
84 it is possible to activate the load-average limiter on that repository.
85 If the load average shows exactly "0.0", then that means that Fossil is
86 unable to find the load average. This can either be because it is in a
87 `chroot(2)` jail without `/proc` access, or because it is running on a
@@ -88,9 +88,9 @@
88 system that does not support `getloadavg()` and so the load-average
89 limiter will not function.
90
91
92 [503]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4
93 [hte]: /help?cmd=/test-env
94 [gla]: https://linux.die.net/man/3/getloadavg
95 [lin]: http://www.linode.com
96 [sh]: ./selfhost.wiki
97
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -55,11 +55,11 @@
5555
for temporary files is exempted from such scanning. Ordinarily, this
5656
will be a subdirectory named "fossil" in the temporary directory given
5757
by the Windows GetTempPath(...) API, [namely](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppathw#remarks)
5858
the value of the first existing environment variable from `%TMP%`, `%TEMP%`,
5959
`%USERPROFILE%`, and `%SystemRoot%`; you can look for their actual values in
60
-your system by accessing the `/test_env` webpage.
60
+your system by accessing the `/test-env` webpage.
6161
Excluding this subdirectory will avoid certain rare failures where the
6262
fossil.exe process is unable to use the directory normally during a scan.
6363
6464
### <a id='PowerShell'></a>Advanced service installation using PowerShell
6565
6666
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -55,11 +55,11 @@
55 for temporary files is exempted from such scanning. Ordinarily, this
56 will be a subdirectory named "fossil" in the temporary directory given
57 by the Windows GetTempPath(...) API, [namely](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppathw#remarks)
58 the value of the first existing environment variable from `%TMP%`, `%TEMP%`,
59 `%USERPROFILE%`, and `%SystemRoot%`; you can look for their actual values in
60 your system by accessing the `/test_env` webpage.
61 Excluding this subdirectory will avoid certain rare failures where the
62 fossil.exe process is unable to use the directory normally during a scan.
63
64 ### <a id='PowerShell'></a>Advanced service installation using PowerShell
65
66
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -55,11 +55,11 @@
55 for temporary files is exempted from such scanning. Ordinarily, this
56 will be a subdirectory named "fossil" in the temporary directory given
57 by the Windows GetTempPath(...) API, [namely](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppathw#remarks)
58 the value of the first existing environment variable from `%TMP%`, `%TEMP%`,
59 `%USERPROFILE%`, and `%SystemRoot%`; you can look for their actual values in
60 your system by accessing the `/test-env` webpage.
61 Excluding this subdirectory will avoid certain rare failures where the
62 fossil.exe process is unable to use the directory normally during a scan.
63
64 ### <a id='PowerShell'></a>Advanced service installation using PowerShell
65
66
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -189,11 +189,11 @@
189189
to find more detail about what each of the above variables mean and how
190190
they are used.
191191
Live listings of the values of some or all of these environment variables
192192
can be found at links like these:
193193
194
- * [https://fossil-scm.org/home/test_env]
194
+ * [https://fossil-scm.org/home/test-env]
195195
* [https://sqlite.org/src/ext/checklist/top/env]
196196
197197
In addition to the standard CGI environment variables listed above,
198198
Fossil adds the following:
199199
200200
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -189,11 +189,11 @@
189 to find more detail about what each of the above variables mean and how
190 they are used.
191 Live listings of the values of some or all of these environment variables
192 can be found at links like these:
193
194 * [https://fossil-scm.org/home/test_env]
195 * [https://sqlite.org/src/ext/checklist/top/env]
196
197 In addition to the standard CGI environment variables listed above,
198 Fossil adds the following:
199
200
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -189,11 +189,11 @@
189 to find more detail about what each of the above variables mean and how
190 they are used.
191 Live listings of the values of some or all of these environment variables
192 can be found at links like these:
193
194 * [https://fossil-scm.org/home/test-env]
195 * [https://sqlite.org/src/ext/checklist/top/env]
196
197 In addition to the standard CGI environment variables listed above,
198 Fossil adds the following:
199
200

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button