How can I get web server information about a page I'm viewing (e.g. Apache or IIS, Windows or UNIX)?

The Web Developer toolbar for Firefox has among its many options a way to view page response headers. (Information | View Response Headers)


curl -I yoursite.com is another simple way to at least see what kind of server it is as well as some other basic header information.