Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 409 Bytes

httpd.md

File metadata and controls

11 lines (10 loc) · 409 Bytes

Httpd Installation with index.html

Pre-requisites

ec2 instance

Install httpd using below command

yum install httpd -y

Copy index.html file to "/var/www/html"

Start httpd service

service httpd start

Open port number 80 and check check output by using Instance IP address

image