Dear all I am currently having a LAMP installation with PHP v5 on an Ubuntu 16.x machine. I like now to update it with PHP v7 but I like to have both configurations available so I can easily migrate my websites to new PHP v7.
The problem of LAMPP itself is you can not have multiple LAMPP versions installed in parallel because the LAMPP installation paths are "hardcoded" and can not be changed during installation. LAMPP itself supports also not FastCGI / PHP-FPM out of the box.
It gets quite hard on an Ubuntu system to install php-fpm stuff with the standard packages because they are managed and installed outside of LAMPP and are pre-pared for the official apache installation on ubuntu (pre-defined paths etc.)
Does anyone have experience and like to share as a step to step guideline here how to install PHP-FPM without the pre-defined packag installer (apt-get) so it can be integrated into LAMPP installation?