From 82e8abf81ebdbd6b09ae15ec23a45baf3dd57fb7 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 28 Feb 2015 10:13:52 +0100 Subject: [PATCH] Add description of mod_reqtimeout --- .../configuration_files/big_file_upload_configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) 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: