Skip to content

Commit 07d25e7

Browse files
(big_file_upload_configuration) Note new Apache LimitRequestBody default
Apache's default for this changed from 0 (unlimited) to 1 GiB. This impacts non-chunking client transactions. Resolves: #35778 and #37695 and documents needed adjustments applicable to various others like nextcloud/docker#1796 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent 7d2dcd4 commit 07d25e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/configuration_files/big_file_upload_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for how to configure those values correctly:
6565

6666
Apache
6767
^^^^^^
68-
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
68+
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_ (In Apache HTTP Server <=2.4.53 this defaulted to unlimited, but now defaults to 1 GiB. The new default limits uploads from non-chunking clients to 1 GiB. If this is a concern in your environment, override the new default by either manually setting it to ``0`` or to a value similar to that used for your local environment's PHP ``upload_max_filesize / post_max_size / memory_limit`` parameters.)
6969
* `SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
7070
* `Timeout <https://httpd.apache.org/docs/current/mod/core.html#timeout>`_
7171

0 commit comments

Comments
 (0)