"423 Locked” on "MOVE" after upload is finished and also 400 The computed checksum does not match the one received from the client

I finally fixed the timeout issue.

It was as “easy” as setting the “Timeout” configuration setting of Apache to a big value (3600 = one hour).

The default is 60 seconds which makes the MOVE operation impossible because it takes much more than that.

After the fix I still get the failure regarding the checksums (but now in the form of a HTTP 400 error).

I will try to debug remote.php and see if I can find out anything.

Then, I will open a new thread so that we can talk about the checksum issue there (this one is a big bloated by now).

Cheers,

Ivan

Could you specify where to set what value?

And thank you for the debugging, it will definitely be helpful to others.

Depends on the distro, but it goes in the httpd.conf file of Apache.

This is the official documentation -> https://httpd.apache.org/docs/2.4/mod/core.html#timeout

Do you want to help improving the documentation?
https://doc.owncloud.com/server/admin_manual/installation/configuration_notes_and_tips.html#php-fpm

1 Like