Install And Configure web Application-new

Hello @Inderpreet,

I had followed the below steps to complete the task and was able to access the website too. But still my task failed with the below error,

I verified before submitting it was working.

On app servers,
yum install httpd -y
systemctl start httpd
vi /etc/httpd/conf/httpd.conf
Changed Listen 80 to Listen 8080
systemctl restart httpd

on ststor01
yum -y install openssh-clients

On jump host
scp /home/thor/news/index.html root@ststor01:/data/news
scp /home/thor/games/index.html root@ststor01:/data/games

Can you please check this and update.

Thanks,
Mohamed