Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: логирование location
Hello!
On Wed, Jun 23, 2010 at 08:58:31PM +0400, Boris Dolgov wrote:
> Добрый день!
>
> 2010/6/23 Igor V. Fatkulin <ingvar@xxxxxxxxxx>:
> >
> > Всем доброго времени суток.
> >
> > Пытаюсь сделать запись средствами nginx логирование обращений к
> > определенному location, пытался сделать что-то типа:
> >
> > location ~ ^/cgi-bin/script.cgi\?(.+)$ {
> > log_format scriptlog '$http_referer';
> > access_log logs/$1.log scriptlog;
> > }
>
> access_log обрабатывается на стадии обработки конфигурации, а $1 - на
> стадии выполнения запроса. Поэтому в access_log нельзя использовать
> переменные.
Changes with nginx 0.7.4
30 Jun 2008
*) Feature: variables support in the "access_log" directive.
Maxim Dounin
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|