Hello, i have a problem. Sometimes my sites is slowly, loading is about 5 sec. In this case i can see in apache log lines as this. Code: AH00163: Apache/2.4.48 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 OpenSSL/1.1.1k Phusion_Passenger/5.0.30 mod_python/3.5.0- Python/3.9.2 configured -- resuming normal operations Have you any idea why and what should i check? I can not found similar problems here in topics.
I switch it for sites with php 7.4 and works fine. For sites php 5.6 i get errors Code: [Mon Sep 13 09:32:59.942383 2021] [fastcgi:error] [pid 998] (2)No such file or directory: [client 94.112.151.194:57305] FastCGI: failed to connect to server "/var/www/clients/client0/web20/cgi-bin/php-fcgi-*-80-xx.cz": connect() failed [Mon Sep 13 09:32:59.942549 2021] [fastcgi:error] [pid 998] [client 94.112.151.194:57305] FastCGI: incomplete headers (0 bytes) received from server "/var/www/clients/client0/web20/cgi-bin/php-fcgi-*-80-xx.cz" When i switch back, works fine
Why do you need to use php5.6 when php7.4 works fine? By the way, how did you install php5.6 and did you install all the necessary php modules for php5.6 as well?
Because my sites is not prepare fot PHP 7.x. I hope, i check all installed modules and can not found any problems.