comparison 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
comparison
equal deleted inserted replaced
839:1a917e32c1da 840:9dab69f2b71d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="16"> 13 rev="17">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2793 </tag-desc> 2793 </tag-desc>
2794 2794
2795 <tag-name id="var_pipe"><var>$pipe</var></tag-name> 2795 <tag-name id="var_pipe"><var>$pipe</var></tag-name>
2796 <tag-desc> 2796 <tag-desc>
2797 “<literal>p</literal>” если запрос был pipelined, иначе “<literal>.</literal>” 2797 “<literal>p</literal>” если запрос был pipelined, иначе “<literal>.</literal>”
2798 (1.3.12) 2798 (1.3.12, 1.2.7)
2799 </tag-desc> 2799 </tag-desc>
2800 2800
2801 <tag-name id="var_query_string"><var>$query_string</var></tag-name> 2801 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
2802 <tag-desc> 2802 <tag-desc>
2803 то же, что и <var>$args</var> 2803 то же, что и <var>$args</var>
2874 <link id="root"/> или <link id="alias"/> и URI запроса 2874 <link id="root"/> или <link id="alias"/> и URI запроса
2875 </tag-desc> 2875 </tag-desc>
2876 2876
2877 <tag-name id="var_request_length"><var>$request_length</var></tag-name> 2877 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
2878 <tag-desc> 2878 <tag-desc>
2879 длина запроса (включая строку запроса, заголовок и тело запроса) (1.3.12) 2879 длина запроса (включая строку запроса, заголовок и тело запроса)
2880 (1.3.12, 1.2.7)
2880 </tag-desc> 2881 </tag-desc>
2881 2882
2882 <tag-name id="var_request_method"><var>$request_method</var></tag-name> 2883 <tag-name id="var_request_method"><var>$request_method</var></tag-name>
2883 <tag-desc> 2884 <tag-desc>
2884 метод запроса, обычно 2885 метод запроса, обычно
2942 статус ответа (1.3.2, 1.2.2) 2943 статус ответа (1.3.2, 1.2.2)
2943 </tag-desc> 2944 </tag-desc>
2944 2945
2945 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name> 2946 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name>
2946 <tag-desc> 2947 <tag-desc>
2947 локальное время в формате по стандарту ISO 8601 (1.3.12) 2948 локальное время в формате по стандарту ISO 8601 (1.3.12, 1.2.7)
2948 </tag-desc> 2949 </tag-desc>
2949 2950
2950 <tag-name id="var_time_local"><var>$time_local</var></tag-name> 2951 <tag-name id="var_time_local"><var>$time_local</var></tag-name>
2951 <tag-desc> 2952 <tag-desc>
2952 локальное время в Common Log Format (1.3.12) 2953 локальное время в Common Log Format (1.3.12, 1.2.7)
2953 </tag-desc> 2954 </tag-desc>
2954 2955
2955 <tag-name id="var_tcpinfo_"> 2956 <tag-name id="var_tcpinfo_">
2956 <var>$tcpinfo_rtt</var>, 2957 <var>$tcpinfo_rtt</var>,
2957 <var>$tcpinfo_rttvar</var>, 2958 <var>$tcpinfo_rttvar</var>,