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.
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
mjones
Linode Staff
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'.