Fossil SCM
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41.
Commit
9af5f38671295d6d4283ae6fefc5bfd316f3c69ca1d6530a39993945112fd016
Parent
64ce68d590e62e2…
1 file changed
+2
-2
+2
-2
| --- www/server/any/cgi.md | ||
| +++ www/server/any/cgi.md | ||
| @@ -91,12 +91,12 @@ | ||
| 91 | 91 | |
| 92 | 92 | *[Return to the top-level Fossil server article.](../)* |
| 93 | 93 | |
| 94 | 94 | #### Apache mod_cgi and `CONTENT_LENGTH` |
| 95 | 95 | |
| 96 | -In version 2.4.59, Apache's `mod_cgi` stopped relaying the | |
| 97 | -Content-Length header in the HTTP reply from CGIs back to clients. | |
| 96 | +At some point in its 2.4.x family, Apache's `mod_cgi` stopped relaying | |
| 97 | +the Content-Length header in the HTTP reply from CGIs back to clients. | |
| 98 | 98 | However, Fossil clients prior to 2024-04-17 depended on seeing the |
| 99 | 99 | Content-Length header and were unable to handle HTTP replies without |
| 100 | 100 | one. The change in Apache behavior caused "fossil clone" and "fossil |
| 101 | 101 | sync" to stop working. There are two possible fixes to this problem: |
| 102 | 102 | |
| 103 | 103 |
| --- www/server/any/cgi.md | |
| +++ www/server/any/cgi.md | |
| @@ -91,12 +91,12 @@ | |
| 91 | |
| 92 | *[Return to the top-level Fossil server article.](../)* |
| 93 | |
| 94 | #### Apache mod_cgi and `CONTENT_LENGTH` |
| 95 | |
| 96 | In version 2.4.59, Apache's `mod_cgi` stopped relaying the |
| 97 | Content-Length header in the HTTP reply from CGIs back to clients. |
| 98 | However, Fossil clients prior to 2024-04-17 depended on seeing the |
| 99 | Content-Length header and were unable to handle HTTP replies without |
| 100 | one. The change in Apache behavior caused "fossil clone" and "fossil |
| 101 | sync" to stop working. There are two possible fixes to this problem: |
| 102 | |
| 103 |
| --- www/server/any/cgi.md | |
| +++ www/server/any/cgi.md | |
| @@ -91,12 +91,12 @@ | |
| 91 | |
| 92 | *[Return to the top-level Fossil server article.](../)* |
| 93 | |
| 94 | #### Apache mod_cgi and `CONTENT_LENGTH` |
| 95 | |
| 96 | At some point in its 2.4.x family, Apache's `mod_cgi` stopped relaying |
| 97 | the Content-Length header in the HTTP reply from CGIs back to clients. |
| 98 | However, Fossil clients prior to 2024-04-17 depended on seeing the |
| 99 | Content-Length header and were unable to handle HTTP replies without |
| 100 | one. The change in Apache behavior caused "fossil clone" and "fossil |
| 101 | sync" to stop working. There are two possible fixes to this problem: |
| 102 | |
| 103 |