host website on aws redhat by php code example
Example 1: how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo yum update -y
Example 2: how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo usermod -a -G www ec2-user
[ec2-user ~]$ sudo yum update -y
[ec2-user ~]$ sudo usermod -a -G www ec2-user