-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable / detect mod_reqtimeout to avoid upload problems #14603
Comments
Ok, an .htaccess entry like:
could do the trick. |
Care to submit a pull request? 😄 |
I'm not sure if disabling it completely is the best approach here? Any opinions? |
Disabling in our default .htaccess does not hurt :) |
from https://httpd.apache.org/docs/current/mod/mod_reqtimeout.html#requestreadtimeout so we can't use this in a .htaccess file. |
Ref for the doc part: owncloud-archive/documentation#992 |
Just to have this documented here. Debian stable / jessie is now enabling this module by default again starting with the version 2.4.10-10+deb8u8 of Apache:
Trouble incoming... |
Default setting on Debian (/etc/apache2/mods-enabled/reqtimeout.conf) below. Could those cause troubles for ownCloud?
|
at least documented in https://github.com/owncloud/documentation/blob/master/admin_manual/configuration/files/big_file_upload_configuration.rst#configuring-your-web-server @tomneedham @PVince81 add check on the admin page? |
This issue has been automatically closed. |
According to:
http://sabre.io/dav/webservers/
the Apache module could stop large uploads from completing. On Ubunutu 14.04 its not enabled by default anymore but it could be still useful to add a check similar to #6675 and #6637.
The .htaccess approach is probably recommended as the apache_get_modules approach is not working on PHP CGI.
The text was updated successfully, but these errors were encountered: