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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -