Revision: 24977
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 17, 2010 07:43 by gpupo
Initial Code
curl -I www.google.com
Initial URL
Initial Description
You can get the information of what web server a site used by refers to HTTP Header of a site, usually it is invisible from user. To look at the header of google web server, simply do this at your command line.
Initial Title
get to know what web server a site used
Initial Tags
Initial Language
Bash