Fossil SCM

Fix minor typos and add helpful hyperlinks in some of the documentation.

drh 2017-03-25 02:20 trunk
Commit a0ce33c90b7194ada52072d3b8047651c5977aa48c9e8b8341c454f09109d72b
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -89,11 +89,11 @@
8989
the anchor tags with the hyperlink targets, thus enabling the hyperlinks.
9090
This extra step of using javascript to enable the hyperlink targets
9191
is a security measure against spiders that forge a human-looking
9292
UserAgent string. Most spiders do not bother to run javascript and
9393
so to the spider the empty anchor tag will be useless. But all modern
94
-web browsers implement javascript, so hyperlinks will appears
94
+web browsers implement javascript, so hyperlinks will show up
9595
normally for human users.
9696
9797
<h2>Further defenses</h2>
9898
9999
Recently (as of this writing, in the spring of 2013) the Fossil server
@@ -129,10 +129,14 @@
129129
to be run, thus will never enable the hyperlinks.
130130
131131
These two subsettings can be used separately or together. If used together,
132132
then the delay timer does not start until after the first mouse movement
133133
is detected.
134
+
135
+See also [./server.wiki#loadmgmt|Managing Server Load] for a description
136
+of how expensive pages can be disabled when the server is under heavy
137
+load.
134138
135139
<h2>The ongoing struggle</h2>
136140
137141
Fossil currently does a very good job of providing easy access to humans
138142
while keeping out troublesome robots and spiders. However, spiders and
139143
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -89,11 +89,11 @@
89 the anchor tags with the hyperlink targets, thus enabling the hyperlinks.
90 This extra step of using javascript to enable the hyperlink targets
91 is a security measure against spiders that forge a human-looking
92 UserAgent string. Most spiders do not bother to run javascript and
93 so to the spider the empty anchor tag will be useless. But all modern
94 web browsers implement javascript, so hyperlinks will appears
95 normally for human users.
96
97 <h2>Further defenses</h2>
98
99 Recently (as of this writing, in the spring of 2013) the Fossil server
@@ -129,10 +129,14 @@
129 to be run, thus will never enable the hyperlinks.
130
131 These two subsettings can be used separately or together. If used together,
132 then the delay timer does not start until after the first mouse movement
133 is detected.
 
 
 
 
134
135 <h2>The ongoing struggle</h2>
136
137 Fossil currently does a very good job of providing easy access to humans
138 while keeping out troublesome robots and spiders. However, spiders and
139
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -89,11 +89,11 @@
89 the anchor tags with the hyperlink targets, thus enabling the hyperlinks.
90 This extra step of using javascript to enable the hyperlink targets
91 is a security measure against spiders that forge a human-looking
92 UserAgent string. Most spiders do not bother to run javascript and
93 so to the spider the empty anchor tag will be useless. But all modern
94 web browsers implement javascript, so hyperlinks will show up
95 normally for human users.
96
97 <h2>Further defenses</h2>
98
99 Recently (as of this writing, in the spring of 2013) the Fossil server
@@ -129,10 +129,14 @@
129 to be run, thus will never enable the hyperlinks.
130
131 These two subsettings can be used separately or together. If used together,
132 then the delay timer does not start until after the first mouse movement
133 is detected.
134
135 See also [./server.wiki#loadmgmt|Managing Server Load] for a description
136 of how expensive pages can be disabled when the server is under heavy
137 load.
138
139 <h2>The ongoing struggle</h2>
140
141 Fossil currently does a very good job of providing easy access to humans
142 while keeping out troublesome robots and spiders. However, spiders and
143
+1 -1
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -32,11 +32,11 @@
3232
encryptedrepos.wiki {How To Use Encrypted Repositories}
3333
env-opts.md {Environment Variables and Global Options}
3434
event.wiki {Events}
3535
faq.wiki {Frequently Asked Questions}
3636
fileformat.wiki {Fossil File Format}
37
- fiveminutes.wiki {Update and Running in 5 Minutes as a Single User}
37
+ fiveminutes.wiki {Up and Running in 5 Minutes as a Single User}
3838
foss-cklist.wiki {Checklist For Successful Open-Source Projects}
3939
fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
4040
fossil-v-git.wiki {Fossil Versus Git}
4141
hacker-howto.wiki {Hacker How-To}
4242
hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
4343
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -32,11 +32,11 @@
32 encryptedrepos.wiki {How To Use Encrypted Repositories}
33 env-opts.md {Environment Variables and Global Options}
34 event.wiki {Events}
35 faq.wiki {Frequently Asked Questions}
36 fileformat.wiki {Fossil File Format}
37 fiveminutes.wiki {Update and Running in 5 Minutes as a Single User}
38 foss-cklist.wiki {Checklist For Successful Open-Source Projects}
39 fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
40 fossil-v-git.wiki {Fossil Versus Git}
41 hacker-howto.wiki {Hacker How-To}
42 hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
43
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -32,11 +32,11 @@
32 encryptedrepos.wiki {How To Use Encrypted Repositories}
33 env-opts.md {Environment Variables and Global Options}
34 event.wiki {Events}
35 faq.wiki {Frequently Asked Questions}
36 fileformat.wiki {Fossil File Format}
37 fiveminutes.wiki {Up and Running in 5 Minutes as a Single User}
38 foss-cklist.wiki {Checklist For Successful Open-Source Projects}
39 fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
40 fossil-v-git.wiki {Fossil Versus Git}
41 hacker-howto.wiki {Hacker How-To}
42 hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
43
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -17,11 +17,11 @@
1717
<li> <a href='$ROOT/help'>Command-line help</a>
1818
</ul>
1919
<a name="pindex"></a>
2020
<h2>Permuted Index:</h2>
2121
<ul>
22
-<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Update and Running in</a></li>
22
+<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
2323
<li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
2424
<li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
2525
<li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
2626
<li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
2727
<li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -139,11 +139,11 @@
139139
<li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
140140
<li><a href="../../../sitemap">Map &mdash; Site</a></li>
141141
<li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
142142
<li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
143143
<li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
144
-<li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Update and Running in 5</a></li>
144
+<li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Up and Running in 5</a></li>
145145
<li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
146146
<li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
147147
<li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
148148
<li><a href="foss-cklist.wiki">Open-Source Projects &mdash; Checklist For Successful</a></li>
149149
<li><a href="pop.wiki">Operation &mdash; Principles Of</a></li>
@@ -174,21 +174,21 @@
174174
<li><a href="newrepo.wiki">Repository &mdash; How To Create A New Fossil</a></li>
175175
<li><a href="selfcheck.wiki">Repository Integrity Self Checks &mdash; Fossil</a></li>
176176
<li><a href="reviews.wiki"><b>Reviews</b></a></li>
177177
<li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
178178
<li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
179
-<li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Update and</a></li>
179
+<li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Up and</a></li>
180180
<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
181181
<li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
182182
<li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
183183
<li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
184184
<li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
185185
<li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
186186
<li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
187187
<li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
188188
<li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
189
-<li><a href="fiveminutes.wiki">Single User &mdash; Update and Running in 5 Minutes as a</a></li>
189
+<li><a href="fiveminutes.wiki">Single User &mdash; Up and Running in 5 Minutes as a</a></li>
190190
<li><a href="../../../sitemap"><b>Site Map</b></a></li>
191191
<li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li>
192192
<li><a href="antibot.wiki">Spiders and Bots &mdash; Defense against</a></li>
193193
<li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li>
194194
<li><a href="ssl.wiki">SSL with Fossil &mdash; Using</a></li>
@@ -217,13 +217,13 @@
217217
<li><a href="tickets.wiki">Ticket System &mdash; The Fossil</a></li>
218218
<li><a href="customgraph.md">Timeline Graph &mdash; Theming: Customizing the</a></li>
219219
<li><a href="hints.wiki">Tips And Usage Hints &mdash; Fossil</a></li>
220220
<li><a href="bugtheory.wiki">Tracking In Fossil &mdash; Bug</a></li>
221221
<li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
222
-<li><a href="fiveminutes.wiki"><b>Update and Running in 5 Minutes as a Single User</b></a></li>
222
+<li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li>
223223
<li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
224
-<li><a href="fiveminutes.wiki">User &mdash; Update and Running in 5 Minutes as a Single</a></li>
224
+<li><a href="fiveminutes.wiki">User &mdash; Up and Running in 5 Minutes as a Single</a></li>
225225
<li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
226226
<li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
227227
<li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
228228
<li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
229229
<li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
230230
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -17,11 +17,11 @@
17 <li> <a href='$ROOT/help'>Command-line help</a>
18 </ul>
19 <a name="pindex"></a>
20 <h2>Permuted Index:</h2>
21 <ul>
22 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Update and Running in</a></li>
23 <li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
24 <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
25 <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
26 <li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
27 <li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -139,11 +139,11 @@
139 <li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
140 <li><a href="../../../sitemap">Map &mdash; Site</a></li>
141 <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
142 <li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
143 <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
144 <li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Update and Running in 5</a></li>
145 <li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
146 <li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
147 <li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
148 <li><a href="foss-cklist.wiki">Open-Source Projects &mdash; Checklist For Successful</a></li>
149 <li><a href="pop.wiki">Operation &mdash; Principles Of</a></li>
@@ -174,21 +174,21 @@
174 <li><a href="newrepo.wiki">Repository &mdash; How To Create A New Fossil</a></li>
175 <li><a href="selfcheck.wiki">Repository Integrity Self Checks &mdash; Fossil</a></li>
176 <li><a href="reviews.wiki"><b>Reviews</b></a></li>
177 <li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
178 <li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
179 <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Update and</a></li>
180 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
181 <li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
182 <li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
183 <li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
184 <li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
185 <li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
186 <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
187 <li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
188 <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
189 <li><a href="fiveminutes.wiki">Single User &mdash; Update and Running in 5 Minutes as a</a></li>
190 <li><a href="../../../sitemap"><b>Site Map</b></a></li>
191 <li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li>
192 <li><a href="antibot.wiki">Spiders and Bots &mdash; Defense against</a></li>
193 <li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li>
194 <li><a href="ssl.wiki">SSL with Fossil &mdash; Using</a></li>
@@ -217,13 +217,13 @@
217 <li><a href="tickets.wiki">Ticket System &mdash; The Fossil</a></li>
218 <li><a href="customgraph.md">Timeline Graph &mdash; Theming: Customizing the</a></li>
219 <li><a href="hints.wiki">Tips And Usage Hints &mdash; Fossil</a></li>
220 <li><a href="bugtheory.wiki">Tracking In Fossil &mdash; Bug</a></li>
221 <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
222 <li><a href="fiveminutes.wiki"><b>Update and Running in 5 Minutes as a Single User</b></a></li>
223 <li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
224 <li><a href="fiveminutes.wiki">User &mdash; Update and Running in 5 Minutes as a Single</a></li>
225 <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
226 <li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
227 <li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
228 <li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
229 <li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
230
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -17,11 +17,11 @@
17 <li> <a href='$ROOT/help'>Command-line help</a>
18 </ul>
19 <a name="pindex"></a>
20 <h2>Permuted Index:</h2>
21 <ul>
22 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
23 <li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
24 <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
25 <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
26 <li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
27 <li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -139,11 +139,11 @@
139 <li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
140 <li><a href="../../../sitemap">Map &mdash; Site</a></li>
141 <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
142 <li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
143 <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
144 <li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Up and Running in 5</a></li>
145 <li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
146 <li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
147 <li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
148 <li><a href="foss-cklist.wiki">Open-Source Projects &mdash; Checklist For Successful</a></li>
149 <li><a href="pop.wiki">Operation &mdash; Principles Of</a></li>
@@ -174,21 +174,21 @@
174 <li><a href="newrepo.wiki">Repository &mdash; How To Create A New Fossil</a></li>
175 <li><a href="selfcheck.wiki">Repository Integrity Self Checks &mdash; Fossil</a></li>
176 <li><a href="reviews.wiki"><b>Reviews</b></a></li>
177 <li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
178 <li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
179 <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Up and</a></li>
180 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
181 <li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
182 <li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
183 <li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
184 <li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
185 <li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
186 <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
187 <li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
188 <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
189 <li><a href="fiveminutes.wiki">Single User &mdash; Up and Running in 5 Minutes as a</a></li>
190 <li><a href="../../../sitemap"><b>Site Map</b></a></li>
191 <li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li>
192 <li><a href="antibot.wiki">Spiders and Bots &mdash; Defense against</a></li>
193 <li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li>
194 <li><a href="ssl.wiki">SSL with Fossil &mdash; Using</a></li>
@@ -217,13 +217,13 @@
217 <li><a href="tickets.wiki">Ticket System &mdash; The Fossil</a></li>
218 <li><a href="customgraph.md">Timeline Graph &mdash; Theming: Customizing the</a></li>
219 <li><a href="hints.wiki">Tips And Usage Hints &mdash; Fossil</a></li>
220 <li><a href="bugtheory.wiki">Tracking In Fossil &mdash; Bug</a></li>
221 <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
222 <li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li>
223 <li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
224 <li><a href="fiveminutes.wiki">User &mdash; Up and Running in 5 Minutes as a Single</a></li>
225 <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
226 <li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
227 <li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
228 <li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
229 <li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
230
+2 -2
--- www/server.wiki
+++ www/server.wiki
@@ -349,12 +349,12 @@
349349
this interface, but Windows does not, so the feature will not work on Windows.
350350
Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg"
351351
file in the "proc" virtual filesystem. If you are running a Fossil instance
352352
inside a chroot() jail on Linux, you will need to make the "/proc" file
353353
system available inside that jail in order for this feature to work. On
354
-the self-hosting Fossil repository, this was accomplished by adding a line
355
-to the "/etc/fstab" file that looks like:
354
+the [./selfhost.wiki|self-hosting Fossil repositories], this was accomplished
355
+by adding a line to the "/etc/fstab" file that looks like:
356356
<blockquote><pre>
357357
chroot_jail_proc /home/www/proc proc ro 0 0
358358
</pre></blockquote>
359359
The /home/www/proc pathname should be adjusted so that the "/proc" component is
360360
in the root of the chroot jail, of course.
361361
--- www/server.wiki
+++ www/server.wiki
@@ -349,12 +349,12 @@
349 this interface, but Windows does not, so the feature will not work on Windows.
350 Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg"
351 file in the "proc" virtual filesystem. If you are running a Fossil instance
352 inside a chroot() jail on Linux, you will need to make the "/proc" file
353 system available inside that jail in order for this feature to work. On
354 the self-hosting Fossil repository, this was accomplished by adding a line
355 to the "/etc/fstab" file that looks like:
356 <blockquote><pre>
357 chroot_jail_proc /home/www/proc proc ro 0 0
358 </pre></blockquote>
359 The /home/www/proc pathname should be adjusted so that the "/proc" component is
360 in the root of the chroot jail, of course.
361
--- www/server.wiki
+++ www/server.wiki
@@ -349,12 +349,12 @@
349 this interface, but Windows does not, so the feature will not work on Windows.
350 Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg"
351 file in the "proc" virtual filesystem. If you are running a Fossil instance
352 inside a chroot() jail on Linux, you will need to make the "/proc" file
353 system available inside that jail in order for this feature to work. On
354 the [./selfhost.wiki|self-hosting Fossil repositories], this was accomplished
355 by adding a line to the "/etc/fstab" file that looks like:
356 <blockquote><pre>
357 chroot_jail_proc /home/www/proc proc ro 0 0
358 </pre></blockquote>
359 The /home/www/proc pathname should be adjusted so that the "/proc" component is
360 in the root of the chroot jail, of course.
361

Keyboard Shortcuts

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