Report this

What is the reason for this report?

"This site can’t be reached" domain

Posted on January 6, 2017

I’ve recently opened my host in my browser, but it fails to load. It has worked ever since I opened it, but not today. Here’s a picture of what happens: http://i.imgur.com/WQlpnfY.png

Does anyone know the issue? Like I said, it only started happening today. By the way, the domain is an IP.

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@newvoids

We’d really need more information about your setup and what has been done before we’d really be able to help diagnose the issue(s).

You can start by checking your error logs and seeing what’s showing up there. Since you’re tagging this post with Apache, let’s start there:

The following paths are based on standard paths used by Ubuntu’s package manager (apt), so if you’re not using Ubuntu, they may be a little different.

1). Apache’s error.log

tail -50 /var/log/apache2/error.log

2). System Logs

tail -50 /var/log/systemlog

3). PHP Logs

tail -50 /var/log/php*.log

If you can copy those to a Pastbin or screenshot each output, I can see if there’s an issue.

Also, if you can run

top

and take a screenshot of that as well.

My initial guess, baring any misconfiguration or configuration issues, Apache may have failed, didn’t restart, and now the site is down, which could be remedied by restarting Apache. We’d still need to find the root issue though.

@newvoids

Did you configure your Droplet or did you use a one-click image?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.