6 messages in ru.sysoev.nginxRe: nginx-0.5.18
FromSent OnAttachments
Igor SysoevApr 19, 2007 11:20 am 
Aleksandar LazicApr 19, 2007 2:46 pm 
Igor SysoevApr 19, 2007 10:28 pm 
Aleksandar LazicApr 19, 2007 11:47 pm 
Igor SysoevApr 20, 2007 12:01 am 
Aleksandar LazicApr 20, 2007 12:18 am 
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.5.18Actions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Apr 19, 2007 2:46:26 pm
List:ru.sysoev.nginx

On Don 19.04.2007 22:20, Igor Sysoev wrote:

Changes with nginx 0.5.18 19 Apr 2007

*) Feature: the ngx_http_sub_filter_module.

Is this like a content filter at post-filter-after-all-other-modules? Is this like a content filter at pre-send-to-client state?

*) Feature: the "$upstream_http_..." variables.

*) Feature: now the $upstream_status and $upstream_response_time variables keep data about all upstreams before X-Accel-Redirect.

Can this variables used to be logged like this?

e.g.:

log_format timing '$remote_addr - $remote_user [$time_local] $request ' 'upstream_response_time $upstream_response_time';

log_format up_head '$remote_addr - $remote_user [$time_local] $request ' 'upstream_http_content-type $upstream_http_content-type';

If yes coool ;-)

BR

ALeks