Can someone help me:
Why is this error :
2011/02/12 13:29:47 [error] 3418#0: *26 upstream sent unsupported FastCGI protocol version: 104, client: 10.10.10.100, server: 10.10.10.252, request: "GET /other/22660-2011-No-Pants-Ride---NY.html HTTP/1.1", host: "10.10.10.252", referrer: "http://10.10.10.252/other/23084-In-photos--Taiwanese-soldiers---Road-to-Heaven-test.html"
nginx -v
nginx version: nginx/0.7.67
location ~ \.php$ {
fastcgi_pass unix:/tmp/.fastcgi.root/socket;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /var/www$fastcgi_script_name;
include fastcgi_params;
fastcgi_buffers 256 4k;
fastcgi_cache_key "$request_method|$host|$request_uri";
fastcgi_ignore_headers 'Expires' 'Cache-Control';
fastcgi_cache fuck;
fastcgi_store_access group:rw all:r;
fastcgi_cache_valid 200 302 1m;
fastcgi_cache_valid 301 7d;
fastcgi_cache_valid any 5m;
fastcgi_cache_use_stale error timeout invalid_header http_500;
fastcgi_no_cache $nocache;
http {
fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=fuck:100m inactive=10m max_size=100m;
fastcgi_temp_path /var/cache/nginx/temp 1 2;
root@ubuntu:/home/ogi# php -v
PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:07:38)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies