|
|
|
|
|
by latch
5863 days ago
|
|
I extracted the data, added IP, country and response headers, and dumped it into a usable format: http://openmymind.net/top1000data.txt You can do some decently interesting analysis..like the fact that nginx is the front-end for nearly as many sites as IIS. |
|
"nginx is the front-end for nearly as many sites as IIS", oh I wished that was true but according to my naive counting IIS is over 3 times more popular, am I missing something?:
$ wget http://openmymind.net/top1000data.txt
$ grep -c '"Server": "nginx"' top1000data.txt
39
$ grep -c '"Server": "Microsoft-IIS' top1000data.txt
149