Hello,
as default, php7 will be installed via apt-get, so imscp is running on php7. But how I can change (a single domain) to version 5.6.x? - I tried phpbrew, build my own php-cgi, but I have troubles to bind it to a VirtualHost. (because I think php7-fpm is here the problem)
I tried this:
http://askubuntu.com/questions…stalled-and-switch-easily
So I added this to the file: /etc/apache2/imscp/mydomain.tld.conf
Has anyone tips for me, how to get it running? - Another option would be running php5.6.x system wide (I dont prefer).
Thank you!