apache - Can't Access to my Amazon Instance with public Ip -


i have new amazon instance ec2, , want build web server did :

  1. install apache2
  2. install libapache2-mod-php5
  3. a2enmod rewrite
  4. add http rule in default group allow ip
  5. 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

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -