atom feed5 messages in ru.sysoev.nginxPermission Denied Error
FromSent OnAttachments
Sparsh GuptaApr 20, 2012 4:57 am 
Maxim DouninApr 20, 2012 6:05 am 
Sparsh GuptaApr 20, 2012 11:57 am 
Cliff WellsApr 21, 2012 3:27 pm 
Maxim DouninApr 21, 2012 3:32 pm 
Subject:Permission Denied Error
From:Sparsh Gupta (spar@gmail.com)
Date:Apr 20, 2012 4:57:13 am
List:ru.sysoev.nginx

I am seeing some error like below in my nginx error log:

2012/04/20 11:51:52 [crit] 21437#0: *2548 open() "/var/cache/nginx/fastcgi_temp/5/00/0000000005" failed (13: Permission denied) while reading upstream, client: 139.112.144.210, server: example.com, request: "GET /index.php HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "example.com", referrer: "http://example.com/"

I have: user www-data; in my nginx.conf and the owners of the /var/cache/nginx/fastcgi_temp/5/00 are 'nginx:nginx'

How can I fix this?