5
According to some responses in the OS, such as this and this, it seems that the error occurs because it ends the max_execution_time
, but it was not clear to me what are the possible causes and how to solve this error.
The mistake is basically this:
(104)Connection reset by peer: [client XXXX] Fastcgi: Comm with server "/home/site/www/php7.0.Xternal" aborted: read failed, referer: https://www.google.com/
What can cause this error, and how to solve the possible causes?
Apparently the execution of the script is being extended, but this way there is no way to be sure. It can be an infinite loop, a bug, resource shortage in the system or something else. It is possible to display a little more information?
– jcbrtl
@jcbrtl I only have this log anyway, but I think the answer is right in the line of your comment. If you can post as an answer elaborating a little more is enough for me, I’m not trying to solve a mistake, just learn more about the possible causes... thanks abs
– gustavox