Webpage doesnt load

Set up a linode, (Debian 9) and get this error when trying to land on mainpage.
This site can’t be reached
172.105.18.49 refused to connect.

http://172.105.18.49/

I have setup two other linodes before fine but I seem to be missing something this time around?
I can connect with winscp for example.

1 Reply

It sounds like your webserver isn't up and running. I'd recommend double checking with one of the following commands:

service apache2 status
service httpd status
service nginx status

If you're using Debian or Ubuntu the Apache service will be listed as 'apache2' while in CentOS or RHEL it'll be 'httpd'.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct