I have a EC2 instance on Amazon AWS based on "Bitnami Wordpress 4.4.2-1" AMI with "Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-77-generic x86_64)" in eu-west-1 (Ireland) region.
This AMI has PHP 5.6 (php-fpm) with Apache already installed. I want install PHP 7 on separate directory and safety change the Apache php handle from PHP 5.6 to PHP 7 (and in case of problem re-change php handle from PHP 7 to 5.6).
Is this possible?