On 06.02.2014 10:28, Christian Weiske wrote:
Hi,

[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.
Ok, in that cas e there is no chance at all to handle that correctly.

Klaas


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


_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to