6 messages in ru.sysoev.nginxRe: nginx-0.4.14
FromSent OnAttachments
Igor SysoevNov 27, 2006 6:31 am 
Jonathan VanascoNov 29, 2006 11:03 am 
Igor SysoevNov 29, 2006 12:36 pm 
Jonathan VanascoNov 29, 2006 12:46 pm 
Igor SysoevNov 29, 2006 1:00 pm 
JonathanNov 29, 2006 2:29 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.4.14Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Nov 29, 2006 1:00:30 pm
List:ru.sysoev.nginx

On Wed, 29 Nov 2006, Jonathan Vanasco wrote:

Is there something in the errror_log ?

yes, 2006/11/29 15:42:22 [crit] 700#0: *4553 mkdir() "/var/tmp/nginx/proxy_temp/2" failed (13: Permission denied) while reading upstream, client:

fixed with: sudo mkdir /var/tmp/nginx/proxy_temp sudo chmod -R www /var/tmp/nginx/proxy_temp

i guess something on one of the upgrades lowered the threshold needed for caching to file ?

none of the proxied content changed. just the nginx server.

No, there was no changes in these area. Have you changed configuration files after upgrade ?

The master process creates the directories for temporary files and does chown() and chmod() to allow unpriviliged workers to create files.