my website www.manpravah.in and www.manpravah.com not working . I am getting error as error_connection_refused . in console i am getting message as system restart required . So i tried with sudo reboot command in control panel but website has not yet started
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!
You mentioned that the website didn’t start back up. Did your droplet begin responding to ping requests? Are you able to reach it by SSH? If not can you log in via the console in the control panel?
Once you get access to your server you can try restarting your web server to see if that brings your site back online or displays an error that will help in tracking down the issue. Since you haven’t provided any details on either the operating system or the web server you are running I’ve provided the commands for the two most common web servers below:
For Apache on Ubuntu/Debian:
service apache2 restart
For Apache on CentOS/Fedora
service httpd restart
For Nginx:
service nginx restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.