На сервере стоит nginx 0.8.52. При запросе вида "GET / HTTP/1.1" nginx выдает 400 bad request.
[creotiv@peoplewant ~]$ telnet NAME 80
Trying x.x.x.x...
Connected to NAME (x.x.x.x).
Escape character is '^]'.
GET / HTTP/1.1
HTTP/1.1 400 Bad Request
Server: nginx/0.8.52
Date: Fri, 01 Oct 2010 15:12:32 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 173
Connection: close
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/0.8.52</center>
</body>
</html>
При попытке Google Analytics получить страницу получает вообще 500 ошибку. Вот лог его попытки:
66.249.85.1 - - [01/Oct/2010:17:49:23 +0300] "GET / HTTP/1.1" 500 45593 "-" "-"
66.249.85.1 - - [01/Oct/2010:18:08:03 +0300] "GET / HTTP/1.1" 500 45428 "-" "-"