4 messages in ru.sysoev.nginxRe: Dynamic log file location
FromSent OnAttachments
Igor ClarkAug 23, 2007 3:40 am 
Igor ClarkAug 23, 2007 3:58 am 
John LauckAug 23, 2007 7:16 am 
Igor SysoevAug 23, 2007 1:41 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: Dynamic log file locationActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Aug 23, 2007 1:41:19 pm
List:ru.sysoev.nginx

On Thu, Aug 23, 2007 at 11:40:38AM +0100, Igor Clark wrote:

Is it possible to do something like:

server_name *;

access_log /var/www/dynamic/vhost1/$http_host/logs/access.log main; error_log /var/www/dynamic/vhost1/$http_host/logs/access.log notice;

I just get

2007/08/23 11:37:35 [emerg] 19103#0: open() "/var/www/dynamic/vhost1/ $http_host/logs/access.log" failed (2: No such file or directory)

This machine only has 0.5.23, but that has served purposes perfectly well so far - would an update make any difference? Or is there an alternative way to do this?

No.