Fossil SCM
Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn.
Commit
209542742a6fef10eefa284b22476676b211b6222417f429c7c7d532ab515890
Parent
29adfac433b1982…
1 file changed
+1
-1
+1
-1
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -317,11 +317,11 @@ | ||
| 317 | 317 | <ol> |
| 318 | 318 | <li><p>An optional cache is available that remembers the 10 most recently |
| 319 | 319 | requested /zip or /tarball pages and returns the precomputed answer |
| 320 | 320 | if the same page is requested again. |
| 321 | 321 | <li><p>Page requests can be configured to fail with a |
| 322 | - [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3 | "503 Server Overload"] | |
| 322 | + [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4 | "503 Server Overload"] | |
| 323 | 323 | HTTP error if an expensive request is received while the host load |
| 324 | 324 | average is too high. |
| 325 | 325 | </ol> |
| 326 | 326 | Both of these load-control mechanisms are turned off by default, but they |
| 327 | 327 | are recommended for high-traffic sites. |
| 328 | 328 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -317,11 +317,11 @@ | |
| 317 | <ol> |
| 318 | <li><p>An optional cache is available that remembers the 10 most recently |
| 319 | requested /zip or /tarball pages and returns the precomputed answer |
| 320 | if the same page is requested again. |
| 321 | <li><p>Page requests can be configured to fail with a |
| 322 | [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3 | "503 Server Overload"] |
| 323 | HTTP error if an expensive request is received while the host load |
| 324 | average is too high. |
| 325 | </ol> |
| 326 | Both of these load-control mechanisms are turned off by default, but they |
| 327 | are recommended for high-traffic sites. |
| 328 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -317,11 +317,11 @@ | |
| 317 | <ol> |
| 318 | <li><p>An optional cache is available that remembers the 10 most recently |
| 319 | requested /zip or /tarball pages and returns the precomputed answer |
| 320 | if the same page is requested again. |
| 321 | <li><p>Page requests can be configured to fail with a |
| 322 | [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4 | "503 Server Overload"] |
| 323 | HTTP error if an expensive request is received while the host load |
| 324 | average is too high. |
| 325 | </ol> |
| 326 | Both of these load-control mechanisms are turned off by default, but they |
| 327 | are recommended for high-traffic sites. |
| 328 |