Setup Apache in Amazon AWS
- by hudarsono
Hi,
I tried to setup apache 2.2 in amazon aws using amazon ami. i did installed httpd and php and congirue http.conf to use /var/www/html.
Then put file index.html on that folder. But when i tried to use browser to browse my domain which is ec2-122-248-255-181.ap-southeast-1.compute.amazonaws.com, nothing was loaded.
I did start httpd by running apachectl start, and i can see it listening on port 80.
Does anybody know what is wrong?