How to find web server type running on a Linux or windows machine? Is there any Linux command to get the details?
Ans : Yes its possible in Linux by using curl(client for URL) command. To find which web server is running on a machine use blow command.
#curl -I www.linuxnix.com
# curl -I itig
HTTP/1.1 200 OK
Via: 1.1 us-PROXY1, 1.1 us-PROXY2
Connection: close
Proxy-Connection: close
Expires: Mon, 1 Jan 2001 00:00:00 GMT… Continue Reading







