# HG changeset patch # User Ruslan Ermilov # Date 1353588076 0 # Node ID 47ad88faaa3f71b992a538ba9a8a07d302e769b5 # Parent a879f261f3db2f11fa40365e7e829ff8ed3480ab $msec and $request_time have become generic variables in 1.3.9. diff -r a879f261f3db -r 47ad88faaa3f xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Nov 20 06:52:11 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Nov 22 12:41:16 2012 +0000 @@ -10,7 +10,7 @@ + rev="12">
@@ -2789,6 +2789,11 @@ see +$msec + +current time in seconds with a milliseconds resolution (1.3.9) + + $nginx_version nginx version @@ -2883,6 +2888,12 @@ “GET” or “POST +$request_time + +request processing time in seconds with a milliseconds resolution (1.3.9); +time elapsed since the first bytes were read from the client + + $request_uri full original request URI (with arguments) diff -r a879f261f3db -r 47ad88faaa3f xml/en/docs/http/ngx_http_log_module.xml --- a/xml/en/docs/http/ngx_http_log_module.xml Tue Nov 20 06:52:11 2012 +0000 +++ b/xml/en/docs/http/ngx_http_log_module.xml Thu Nov 22 12:41:16 2012 +0000 @@ -10,7 +10,7 @@ + rev="5">
@@ -167,6 +167,10 @@ $msec time in seconds with a milliseconds resolution at the time of log write + +Since version 1.3.9 there is a common variable with the +same name. + $pipe @@ -185,6 +189,10 @@ request processing time in seconds with a milliseconds resolution; time elapsed between the first bytes were read from the client and the log write after the last bytes were sent to the client + +Since version 1.3.9 there is a common variable with the +same name. + $status diff -r a879f261f3db -r 47ad88faaa3f xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Nov 20 06:52:11 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu Nov 22 12:41:16 2012 +0000 @@ -10,7 +10,7 @@ + rev="12">
@@ -2776,6 +2776,11 @@ передачи ответа, см. +$msec + +текущее время в секундах с точностью до миллисекунд (1.3.9) + + $nginx_version версия nginx @@ -2868,6 +2873,12 @@ “GET” или “POST +$request_time + +время обработки запроса в секундах с точностью до миллисекунд (1.3.9); +время, прошедшее с момента чтения первых байт от клиента + + $request_uri первоначальный URI запроса целиком (с аргументами) diff -r a879f261f3db -r 47ad88faaa3f xml/ru/docs/http/ngx_http_log_module.xml --- a/xml/ru/docs/http/ngx_http_log_module.xml Tue Nov 20 06:52:11 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_log_module.xml Thu Nov 22 12:41:16 2012 +0000 @@ -10,7 +10,7 @@ + rev="5">
@@ -167,6 +167,10 @@ $msec время в секундах с точностью до миллисекунд на момент записи в лог + +Начиная с версии 1.3.9 существует общая переменная с +тем же именем. + $pipe @@ -184,6 +188,10 @@ время обработки запроса в секундах с точностью до миллисекунд; время, прошедшее с момента чтения первых байт от клиента до момента записи в лог после отправки последних байт клиенту + +Начиная с версии 1.3.9 существует общая переменная с +тем же именем. + $status