From 1922ed6401a3ff8aa0148aa7bd328073622404a3 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 18 Feb 2016 12:33:21 +0100 Subject: [PATCH] Updated section on Apache with mod_fcgid with information on FcgidMaxRequestInMem Quintessence of ownCloud issue #22036: FcgidMaxRequestInMem still needs to be significantly increased from its default value to avoid the occurence of segmentation faults when uploading big files, which is not a regular setting but serves as a workaround for Apache with mod_fcgid bug #51747. Cf. https://github.com/owncloud/core/issues/22036. --- .../big_file_upload_configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 69270118d..81d78039a 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -64,8 +64,17 @@ Apache Apache with mod_fcgid ^^^^^^^^^^^^^^^^^^^^^ +* `FcgidMaxRequestInMem `_ * `FcgidMaxRequestLen `_ +.. note:: If you are using Apache/2.4 with mod_fcgid, as of February/March 2016, + ``FcgidMaxRequestInMem`` still needs to be significantly increased from its default value + to avoid the occurence of segmentation faults when uploading big files. This is not a regular + setting but serves as a workaround for `Apache with mod_fcgid bug #51747 `_. + + Setting ``FcgidMaxRequestInMem`` significantly higher than normal may no longer be + necessary, once bug #51747 is fixed. + nginx ^^^^^ * `client_max_body_size `_