Install and Configure Web Application:unable to validate

Hi Team,
I was assigned a task : Install and Configure Web Application
I have installed and configure apache by creating virtual host on port 8080.while configuring virtual host to achieve the result for the given task I have to provide server name details,when I am using local host as server name the curl output result are 200,OK

while when I am using the server name I http://<>/news I am not getting any output. Please let me know the complete name of lb-url along with domain .

@roopal.mishra this is what you are looking for ?

You can access the website on LBR link, to do so click on the + button on top of your terminal and select option Select port to view on Host 1 and after adding port 80 click on Display Port.

1 Like

Actually when I am configured localhost as server name then I am getting curl output 200,ok but while putting http://<>//news i am not getting any output.
I am not sure what should be configure in place of local host.
lb

you are not getting any o/p because their apache port is not default 80. It’s changed. you have to try
curl -I http://localhost:<check-port of http>/blog/
curl -I http://<server-ip-addr>:<check-port of http>/news/