how do i get back my site this is what i get from checking

why my site dont open? When I curl your IP I see a couple redirects and then finally a 500 error:

HTTP/1.0 500 Internal Server Error
Date: Wed, 26 Dec 2018 18:02:10 GMT
Server: Apache/2.2.15 (CentOS)
X-Powered-By: PHP/5.3.3
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8

2 Replies

Your site doesn't open because it's not configured correctly. We can't tell you anything else because you haven't given any information that would help troubleshoot.

If your Linode is up and running then this error could be related to an internal configuration as @alex mentioned. Typically the 500 error is most commonly caused by PHP, when display_errors is set to Off, so let's try working with that first.

I recommend making these changes to your php.ini file and restarting your web server.

If you're still seeing a 500 error after adjusting the PHP.ini file, you may want to take a look into your log files for more specifics. These are typically located here:

Apache

/var/log/apache2/error.log

Nginx

/var/log/nginx/error.log

If you're still running into issues and aren't sure where to go next or what you're looking at, grab some logs and the Community would be happy to help out more :)

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