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 `_