Travian (popular online game, i play it) use nginx
[code]
[root@server76 ~]# curl -I 'http://s3.travian.in/allianz.php?aid=244'
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 22 Jul 2009 07:05:56 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.8
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed, 22 Jul 2009 07:05:56 GMT
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
[root@server76 ~]#
[/code]
Any idea how they run PHP ? From the headers can any one tell if it is normal fcgi or php-fmp ?
Thanks,
Stefin