Add description of mod_reqtimeout

This commit is contained in:
RealRancor 2015-02-28 10:13:52 +01:00
parent 407979539b
commit 82e8abf81e

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: