45. Install application in Bastion server and validate the connectivity - Ayushi-srivastav/OCI GitHub Wiki

image

sudo su - root

image

yum install httpd

image

image

systemctl start httpd
systemctl status httpd

image

netstat -plan |grep -i 80

image

cd /var/www/html/

image

ls -lrth

image

vi index.html

image

cat index.html

image

image

image

image

image

image

image

image

image

image

image

image

image

image