apache - Can't Access to my Amazon Instance with public Ip -
i have new amazon instance ec2, , want build web server did :
- install apache2
- install libapache2-mod-php5
- a2enmod rewrite
- add http rule in default group allow ip
- add directory allowoverride in /etc/apache2/sites-availables/ default-conf
but when want check if apache running typing public ip of instance in browser, dont have basic index.html "it's works". got nothing.
what missed ?
thanks you.
if apache running fine, might firewall.
in aws console, make sure have unblocked port 80 in "security groups" under "network & security".
Comments
Post a Comment