nginx-0.5.18
Aleksandar Lazic
al-nginx at none.at
Fri Apr 20 01:46:49 MSD 2007
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
More information about the nginx
mailing list