6 messages in ru.sysoev.nginxRe: 0.7.4 access_log
FromSent OnAttachments
Marcos NevesJun 30, 2008 8:12 am 
Igor SysoevJun 30, 2008 8:17 am 
Marcos NevesJun 30, 2008 8:27 am 
Igor SysoevJun 30, 2008 8:36 am 
Marcos NevesJun 30, 2008 8:49 am 
Igor SysoevJun 30, 2008 8:52 am.var
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: 0.7.4 access_logActions...
From:Marcos Neves (marc@public.gmane.org)
Date:Jun 30, 2008 8:49:29 am
List:ru.sysoev.nginx

I found that log files with variable, are created with nginx worker user, in my case, nobody:nogroup Now it´s working, without need to set open_log_file_cache max=1000;

On Mon, Jun 30, 2008 at 12:36 PM, Igor Sysoev
<is-G@public.gmane.org> wrote:

On Mon, Jun 30, 2008 at 12:27:44PM -0300, Marcos Neves wrote:

To make sure, I make it 777, but I don?t think that?s the problem, cause the access logs are created as root user. What could be?

I've just found that without open_log_file_cache directive worker exits with signal. Try

open_log_file_cache max=1000;

On Mon, Jun 30, 2008 at 12:18 PM, Igor Sysoev
<is-G@public.gmane.org> wrote:

On Mon, Jun 30, 2008 at 12:13:09PM -0300, Marcos Neves wrote:

access_log with variable is a features that I requested and was waiting anxious, but I try here and the access logs simple stop working. This is what I did: access_log /qi/nginx/logs/$host.log;

Can nginx user write to /qi/nginx/logs/ ?