Can't Get Simple Website Working

I’ve been following the Linode guide to get my website setup. But when I hit the URL the page does not load (a simple “Hello World” index.html file) - my browser stalls and then timeouts.

Looking for trouble shooting tips.

  • When I ping my website URL it returns my Linode IP address.

  • The permissions were their own detour but I’ve set the group to www-data on the www directory and below.

  • Nothing written to my /log directory files.

2 Replies

Timing out sounds like a firewall issue. Make sure it's not blocking port 80/443.

That was my issue. Thank you. sudo ufw allow 80/tcp did the trick.

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