Hello,
From 22/11/2018 . (server work from 9 month without this problem).
From plesk log acion (no updates are maked around this date...)
I have randomly during day, when my servers are used sometime this message:
When is produce (sometimes go multiple 110 error) ,in this case the domain in plesk will be unreachable (website freeze, and after some times have 504 or 502 ngix gateway error).
During this time other domain in same server (are availables).
Sometime i have only one or 2 110 error and the website continue to work.
The problem occur randomly on 2 servers (are the same code) load balanced.
For the moment i focused on first server to debug problem (tested to connected direcly to this)
I have followed instructions from plesk:
tried with php fpm managed by ngix, apache and fastcgi pshp v 7.1.24
My server have 30GB free mem (used max @ 10%)
Cpu used @ max 10%
Version 17.0.17 Update #60
Plesk Onyx CentOS Linux 7.4.1708
Licence manager by OVH (already contacted them but must wait somes hours before responses)
I have placed apache in trace6 debug level.
But complex to find where are the problem.
Maybe in php code? infinite loop? or server side problem? how i can trace this problem because the log are not much explain problem.
Thanks much for your help
From 22/11/2018 . (server work from 9 month without this problem).
From plesk log acion (no updates are maked around this date...)
I have randomly during day, when my servers are used sometime this message:
Code:
26658#0: *285131 upstream timed out (110: Connection timed out) while reading response header from upstream
26658#0: *285846 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream
24540#0: *302 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream
When is produce (sometimes go multiple 110 error) ,in this case the domain in plesk will be unreachable (website freeze, and after some times have 504 or 502 ngix gateway error).
During this time other domain in same server (are availables).
Sometime i have only one or 2 110 error and the website continue to work.
The problem occur randomly on 2 servers (are the same code) load balanced.
For the moment i focused on first server to debug problem (tested to connected direcly to this)
I have followed instructions from plesk:
Code:
/etc/nginx/nginx.conf
proxy_connect_timeout 1200s;
proxy_send_timeout 1200s;
proxy_read_timeout 1200s;
fastcgi_send_timeout 1200s;
fastcgi_read_timeout 1200s;
and php.ini:
[php-fpm-pool-settings]
pm.max_children = 950
tried with php fpm managed by ngix, apache and fastcgi pshp v 7.1.24
My server have 30GB free mem (used max @ 10%)
Cpu used @ max 10%
Version 17.0.17 Update #60
Plesk Onyx CentOS Linux 7.4.1708
Licence manager by OVH (already contacted them but must wait somes hours before responses)
I have placed apache in trace6 debug level.
But complex to find where are the problem.
Maybe in php code? infinite loop? or server side problem? how i can trace this problem because the log are not much explain problem.
Thanks much for your help