diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 31188e37b..c68484317 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -41,6 +41,11 @@ increase the timeout values, which are in seconds:: php_value max_input_time 3600 php_value max_execution_time 3600 +The `mod_reqtimeout `_ +Apache module could also stop large uploads from completing. If you're using this +module and getting failed uploads of large files either disable it in your Apache +config or raise the configured ``RequestReadTimeout`` timeouts. + There are also several other configuration option in your webserver config which could prevent the upload of larger files. Please see the manual of your webserver how to configure those values correctly: