Home > General, Linux Howtos > How to make sure a web server is online.

How to make sure a web server is online.

June 9th, 2009 Jimmy

The easiest way to see if a web server is online is to go to the site in your web browser, obviously. If the website still doesn’t come up there is a way to check the web server using the ping command in Windows. Open up a command prompt by click Start > Run, type in cmd and then ok.
cmd-howto-windows how to check if a website is up

A command prompt should pop up with a prompt such as c:\>. Here all you have to do is type ping www.website.com and you should see a “Reply from”. If you get a “Request timed out.” then your web server is probably down.

ping how to check if a website is online

Note: Some web servers do block ping access at the firewall level, however most web servers do not.

Digg: DIGG ME
Comments are closed.