Posts by Roni Alves • 1 point
1 post
-
0
votes2
answers430
viewsA: Install PHP 7 on the AWS EC2 Linux server
sudo yum install -y amazon-linux-extras sudo amazon-linux-extras | grep php sudo amazon-linux-extras enable php7.4 sudo yum clean metadata sudo yum install httpd php Replace the yum for apt-get…