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
Snap install doesn't allow Transfer-Encoding: chunked
on PUT.
#365
Comments
We were initially using mod_php, but switched to php-fpm a while back for more fine-grained control over performance. I suspect we'll have to wait for those bugs to be fixed |
That sounds reasonable. It isn't a big deal for me it just means rclone can't stream uploads to nextcloud for the moment. |
Hello there! Do we now if this is fixed now? |
The Apache bug blocking this issue is reported against @ncw Can you still reproduce this issue with the current version? How about the Ha, I think I found the correct bug, it is still open. |
Does anyone know what the current status for php-fpm + nginx / lighttpd is? Are they affected? If not, which version / configuration is necessary for this to work? |
Does this only apply to Apache/Nginx + PHP-FPM? Or does it affect mod_php too? If not, the rclone documentation is misleading because this would only affect the Snap package, but not Nextcloud in general (if manually installed for example). |
This is an Apache httpd-2 bug. |
The bug referred in the original post was fixed in Apache by this patch: https://svn.apache.org/viewvc?view=revision&revision=1848298 Is this problem still relevant then? |
I'm going to go ahead and close this issue. We can't do anything about it other than wait for upstream components to fix it, which we update continually, so there isn't much value in continuing to track it here. Sounds like it probably has been fixed by now, anyway. |
Has this been resolved? |
It sounds like it, but I haven't confirmed. |
Snap install doesn't allow
Transfer-Encoding: chunked
on PUT.This does work with an owncloud I have installed manually though, leading me to think that this is a problem with the snap packaging, in particular the webserver config.
For example
Without chunked transfer encoding
And with chunked transfer encoding the upload is truncated to 0 bytes with no warning.
A possibly related problem is discussed in the SabreDav wiki which says
Diving down the rat-hole further I find this php bug which points the finger at apache's fast cgi implemention with this bug.
The symptoms of the above seem to be that of using Apache with FastCGI but I'm not sure exactly what is used in the snap. Is it possible to swap to using apache + mod_php?
The text was updated successfully, but these errors were encountered: