Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Check HTTP Server

This is a discussion on Check HTTP Server within the Java forums, part of the Programming Talk category; I want to know how can I check whether my HTTP Server / Web Server is up and running or ...

  1. #1
    Sesen is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    12

    Check HTTP Server

    I want to know how can I check whether my HTTP Server / Web Server is up and running or not?


  2. #2
    lokeshm is offline Member Array
    Join Date
    Apr 2005
    Answers
    83
    You can determine if the HTTP Server / Web Server is up and running or not by one or more of the following methods:

    1. By making use of Ping / Telnet Commands
    2. By accessing the URL http:// server_name from a browser
    3. Check the services that are running in IIS or Apache and look for the service named "Web Server Application"


Latest Article

Network Security Risk Assessment and Measurement

Read More...