[Owncloud] Fwd: How I just lost 2/3 of my files to the sync-client

Christian Weiske cweiske at cweiske.de
Thu Feb 6 09:28:43 UTC 2014


Hello Klaas,


>> [Fri Jan 31 11:02:06 2014] [warn] [client 91.66.218.142] mod_fcgid:
>> read data timeout in 40 seconds
>> [Fri Jan 31 11:02:06 2014] [error] [client 91.66.218.142] Premature
>> end of script headers: remote.php
>hmm, ok, so that looks like the server did not successfully finish the 
>MOVE operation but ran in a timeout.

The operation probably did finish server-side.

He is using FCGI (FastCGI), which starts separate PHP processes and
waits for a couple of seconds. If the PHP process doesn't respond within
that time, cgi will see it as "fail" and send a 500 back to the client.

The PHP process will still run on.

You can configure your web server's CGI to wait longer, but that's a
bit tricky[1].


[1]
http://cweiske.de/tagebuch/Running%20Apache%20with%20a%20dozen%20PHP%20versions.htm#timeout

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-



More information about the Owncloud mailing list