QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

unable to see the apache server page after sucessfully installing it on ansible server #928

Closed sonu720 closed 4 years ago

sonu720 commented 4 years ago

issue3

srmanikanta commented 4 years ago

hi sonu, once you install the apache2 and take node public ip then open your browser http://<publicip:80> Note: in security group ensure port 80 is open or not.

13185198 commented 4 years ago

hi, once you done with apache2 installation follow these steps: 1.Check status to see whether Apache2 is active with the command: $ sudo service apache2 status. 2.Apache2 runs on port 80( check security group --> inbound rule -->add rule with port 80) 3.copy public ip address of machine(where you have installed Apache2) n paste it on browser.

sonu720 commented 4 years ago

hi, After installing i am opening with port 80 but it showing the same 1.Check status to see whether Apache2 is active with the command: $ sudo service apache2 status. when i execute this command it shows as following issue3_

srmanikanta commented 4 years ago

Please Share your playbook

sonu720 commented 4 years ago

Hi, Issue got resolved as I changed security group. Thank u