Can't View Apache Test Page Using Ubuntu Server AWS
SOLUTION: I didn't open port 80 in the security groups. Once doing that everything worked. I have an AWS instance running Ubuntu. I installed Apache and Ngix with the following commands: sudo apt install apache2 apache2-utils libapache2-mod-python libapache2-mod-php sudo service…