[Pkg-owncloud-commits] [owncloud-doc] 45/49: Add description of mod_reqtimeout

David Prévot taffit at moszumanska.debian.org
Thu Mar 12 02:06:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit b66568a9d290ac2de18d1fdca40651951bbbc4b2
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Wed Mar 4 21:08:35 2015 +0100

    Add description of mod_reqtimeout
---
 admin_manual/configuration/big_file_upload_configuration.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/admin_manual/configuration/big_file_upload_configuration.rst b/admin_manual/configuration/big_file_upload_configuration.rst
index 0c87024..5e7ff05 100644
--- a/admin_manual/configuration/big_file_upload_configuration.rst
+++ b/admin_manual/configuration/big_file_upload_configuration.rst
@@ -38,6 +38,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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list