-
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 timeouts of mod_reqtimeout in .htaccess #14607
Conversation
Thanks a lot for your contribution! Contributions to the core repo require a signed contributors agreement http://owncloud.org/contribute/agreement/ Alternatively you can add a comment here stating that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
MIT licensed |
@@ -49,3 +49,7 @@ Options -Indexes | |||
Header set Cache-Control "max-age=7200, public" | |||
</FilesMatch> | |||
</IfModule> | |||
<IfModule reqtimeout_module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency please use mod_reqtimeout.c
@owncloud-bot Okay to test |
Besides my nitpick: 👍 |
@LukasReschke |
The inspection completed: No new issues |
I got a 500 and this is in the apache error log:
|
from https://httpd.apache.org/docs/current/mod/mod_reqtimeout.html#requestreadtimeout so we can't use this in a .htaccess file -> closed |
closes #14603
Untested as i don't have an running Apache instance. Probably should be also backported to stable8 and stable7.