Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
209542742a6fef10eefa284b22476676 |
User & Date: | drh 2018-02-13 12:48:37.077 |
Context
2018-02-13
| ||
22:26 | On the Fossil repository screen list that comes up with commands like "fossil all ui", show the last modification time of each repo, and allow sorting by mtime. ... (check-in: f2231ba6 user: drh tags: trunk) | |
12:48 | Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. ... (check-in: 20954274 user: drh tags: trunk) | |
2018-02-12
| ||
16:32 | Patch from Pietro Cerutti to enable TCL shared library loading in TH1 on FreeBSD. ... (check-in: 29adfac4 user: drh tags: trunk) | |
Changes
Changes to www/server.wiki.
︙ | ︙ | |||
315 316 317 318 319 320 321 | Fossil provides two capabilities to help avoid server overload problems due to excessive requests to expensive pages: <ol> <li><p>An optional cache is available that remembers the 10 most recently requested /zip or /tarball pages and returns the precomputed answer if the same page is requested again. <li><p>Page requests can be configured to fail with a | | | 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | Fossil provides two capabilities to help avoid server overload problems due to excessive requests to expensive pages: <ol> <li><p>An optional cache is available that remembers the 10 most recently requested /zip or /tarball pages and returns the precomputed answer if the same page is requested again. <li><p>Page requests can be configured to fail with a [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4 | "503 Server Overload"] HTTP error if an expensive request is received while the host load average is too high. </ol> Both of these load-control mechanisms are turned off by default, but they are recommended for high-traffic sites. <p> The webpage cache is activated using the [/help?cmd=cache|fossil cache init] |
︙ | ︙ |