What´s that Site running? Die Antwort auf diese Frage hat Netcraft groß gemcht. Dabei reichen ein paar Zeilen in Phython aus und schon weiss man, welcher Server hinter einer Site werkelt:


>>> import urllib2
>>> info = urllib2.urlopen("http://www.rentaseo.de")
>>> print info.info()


Diese konkrete Anfrage liefert folgende Infos:


Date: Sun, 01 Jun 2008 22:18:58 GMT
Server: Apache/2.0.54 (Linux/SUSE)
X-Powered-By: PHP/4.4.0
Set-Cookie: PHPSESSID=d05d22804f9f9a347b494a0cf1ad3594; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://www.rentaseo.de/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Connection: close