1

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?

Simone Nigro
  • 111
  • 3
  • try this in defrent machine first, but, as i know php7 will be installed in `/etc/php/7.0/` but php5 will be out of `7.0` directory, also you need to change the php apache module from `php5` to `php7`. – Manee Osman Oct 13 '16 at 12:06

0 Answers0