How should i access apache server in aws box code example
Example 1: how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo chmod 2775 /var/www
[ec2-user ~]$ find /var/www -type d -exec sudo chmod 2775 {} +
Example 2: how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo chgrp -R www /var/www