mod_fastcgi/mod_fastcgi

Discussion in 'Linux Beginners' started by pecka33, Sep 13, 2021.

  1. pecka33

    pecka33 Member

    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.
     
  2. pecka33

    pecka33 Member

    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
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    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?
     
  4. pecka33

    pecka33 Member

    Because my sites is not prepare fot PHP 7.x. I hope, i check all installed modules and can not found any problems.
     
  5. pecka33

    pecka33 Member

    My problem was solved, tried to install all package for php 5.6
     
    ahrasis likes this.

Share This Page