Merge pull request #897 from RealRancor/mod_reqtimeout

Add description of mod_reqtimeout for large file uploads
This commit is contained in:
Morris Jobke 2015-03-04 20:32:29 +01:00
commit df3b502fac

View File

@ -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 <https://httpd.apache.org/docs/current/mod/mod_reqtimeout.html>`_
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: