diff xml/ru/docs/http/ngx_http_core_module.xml @ 840:9dab69f2b71d

Documented nginx 1.2.7 changes. - variables support in the "auth_basic" directive; - new generic variables $pipe, $request_length, $time_iso8601, and $time_local; - IPv6 support in ngx_http_geo_module and ngx_http_geoip_module; - "gzip" and "flush" parameters of the "access_log" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 12 Feb 2013 16:45:45 +0400
parents e0263d44a59b
children ade81792bdaa
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Feb 12 07:26:59 2013 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Feb 12 16:45:45 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="directives" name="Директивы">
 
@@ -2795,7 +2795,7 @@
 <tag-name id="var_pipe"><var>$pipe</var></tag-name>
 <tag-desc>
 “<literal>p</literal>” если запрос был pipelined, иначе “<literal>.</literal>”
-(1.3.12)
+(1.3.12, 1.2.7)
 </tag-desc>
 
 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
@@ -2876,7 +2876,8 @@
 
 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
 <tag-desc>
-длина запроса (включая строку запроса, заголовок и тело запроса) (1.3.12)
+длина запроса (включая строку запроса, заголовок и тело запроса)
+(1.3.12, 1.2.7)
 </tag-desc>
 
 <tag-name id="var_request_method"><var>$request_method</var></tag-name>
@@ -2944,12 +2945,12 @@
 
 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name>
 <tag-desc>
-локальное время в формате по стандарту ISO 8601 (1.3.12)
+локальное время в формате по стандарту ISO 8601 (1.3.12, 1.2.7)
 </tag-desc>
 
 <tag-name id="var_time_local"><var>$time_local</var></tag-name>
 <tag-desc>
-локальное время в Common Log Format (1.3.12)
+локальное время в Common Log Format (1.3.12, 1.2.7)
 </tag-desc>
 
 <tag-name id="var_tcpinfo_">