Old software needs old PHP but there seems to be something wrong when I switch to 5.6
In the Apache configuration I read:
FcgidWrapper /var/www/<contract-name>/conf/php7/php-fcgi-starter .php
FcgidWrapper /var/www/<contract-name>/conf/php7/php-fcgi-starter .php5
Shouldn't that be?:
FcgidWrapper /var/www/<contract-name>/conf/php56/php-fcgi-starter .php
FcgidWrapper /var/www/<contract-name>/conf/php56/php-fcgi-starter .php5
And shouldn't there be an appropriate php-fcgi-starter file available in that folder (presently not)?