Steps If your Website URL is down
You may follow the steps to identify the issue.
Step 1: Check the server status
ping your_server_iproot@neevcloud:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=16.9 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=16.9 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=55 time=16.2 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=16.0 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 15.994/16.484/16.911/0.415 ms
root@neevcloud:~#
Step 2: Check the Logs
Step 3: Make sure your web server is running
Step 4: Verifying the Syntax of the Web server
Step 5: Is your Database back-end running Fine
Step 6: Verify if your Web/App server can connect to the Database backend
Step 7: Make sure the Ports are open
Step 8: Verifying the DNS Setting
Conclusion
Last updated