Linux httpd install
Once instance is launched in AWS and follow thee below steps
yum update
yum update y
yum install httpd -y
cd /var/www/html
ls
vi index.html
insert comment here (instance 1 connected)
cat index.html
service httpd start
service httpd status
chkconfig httpd on
check the instance ip in url
http://35.154.21.106/
instance 1 connected
Once instance is launched in AWS and follow thee below steps
yum update
yum update y
yum install httpd -y
cd /var/www/html
ls
vi index.html
insert comment here (instance 1 connected)
cat index.html
service httpd start
service httpd status
chkconfig httpd on
check the instance ip in url
http://35.154.21.106/
instance 1 connected
Comments
Post a Comment