Multiple php version issue

Discussion in 'Installation/Configuration' started by Trix, Dec 13, 2017.

  1. Trix

    Trix Member

    Heyya folks,

    I have added an additional php version to my server. I had 7.0.1 and now i added 5.6.30 and followed this tutorial on how:
    https://www.howtoforge.com/tutorial/how-to-install-php-5-6-on-ubuntu-16-04/

    After finishing the guide i added a new project and selected the 5.6.30 version but sadly i encountered a server side error cause the index.php didnt even got served. ISP config displayed the following :
    ERROR 500 - Internal Server Error!
    The error in the log was the following:

    [Wed Dec 13 09:41:54.051429 2017] [fastcgi:error] [pid 26829] (2)No such file or directory: [client 84.236.75.224:52181] FastCGI: failed to connect to server "/var/www/clients/client5/web18/cgi-bin/php5-fcgi-207.154.236.132-443-grethom.hu": connect() failed
    [Wed Dec 13 09:41:54.051671 2017] [fastcgi:error] [pid 26829] [client 84.236.75.224:52181] FastCGI: incomplete headers (0 bytes) received from server "/var/www/clients/client5/web18/cgi-bin/php5-fcgi-207.154.236.132-443-grethom.hu"
    [Wed Dec 13 09:41:54.324945 2017] [fastcgi:error] [pid 25609] (2)No such file or directory: [client 84.236.75.224:52182] FastCGI: failed to connect to server "/var/www/clients/client5/web18/cgi-bin/php5-fcgi-207.154.236.132-443-grethom.hu": connect() failed, referer: https://grethom.hu/
    [Wed Dec 13 09:41:54.325180 2017] [fastcgi:error] [pid 25609] [client 84.236.75.224:52182] FastCGI: incomplete headers (0 bytes) received from server "/var/www/clients/client5/web18/cgi-bin/php5-fcgi-207.154.236.132-443-grethom.hu", referer: https://grethom.hu/

    The folder in question is indeed empty so maybe i am missing something. Other thing we are wanting to run this with php-fpm is there any connection between that and FastCGI ? Sorry but i am not well documented on this end. Yet.

    Any suggestion is welcome,
    Thanks,
    Trix
     

Share This Page