comparison xml/en/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="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="16"> 13 rev="17">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2806 </tag-desc> 2806 </tag-desc>
2807 2807
2808 <tag-name id="var_pipe"><var>$pipe</var></tag-name> 2808 <tag-name id="var_pipe"><var>$pipe</var></tag-name>
2809 <tag-desc> 2809 <tag-desc>
2810 “<literal>p</literal>” if request was pipelined, “<literal>.</literal>” 2810 “<literal>p</literal>” if request was pipelined, “<literal>.</literal>”
2811 otherwise (1.3.12) 2811 otherwise (1.3.12, 1.2.7)
2812 </tag-desc> 2812 </tag-desc>
2813 2813
2814 <tag-name id="var_query_string"><var>$query_string</var></tag-name> 2814 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
2815 <tag-desc> 2815 <tag-desc>
2816 same as <var>$args</var> 2816 same as <var>$args</var>
2889 directives, and the request URI 2889 directives, and the request URI
2890 </tag-desc> 2890 </tag-desc>
2891 2891
2892 <tag-name id="var_request_length"><var>$request_length</var></tag-name> 2892 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
2893 <tag-desc> 2893 <tag-desc>
2894 request length (including request line, header, and request body) (1.3.12) 2894 request length (including request line, header, and request body)
2895 (1.3.12, 1.2.7)
2895 </tag-desc> 2896 </tag-desc>
2896 2897
2897 <tag-name id="var_request_method"><var>$request_method</var></tag-name> 2898 <tag-name id="var_request_method"><var>$request_method</var></tag-name>
2898 <tag-desc> 2899 <tag-desc>
2899 request method, usually 2900 request method, usually
2968 that support the <c-def>TCP_INFO</c-def> socket option 2969 that support the <c-def>TCP_INFO</c-def> socket option
2969 </tag-desc> 2970 </tag-desc>
2970 2971
2971 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name> 2972 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name>
2972 <tag-desc> 2973 <tag-desc>
2973 local time in the ISO 8601 standard format (1.3.12) 2974 local time in the ISO 8601 standard format (1.3.12, 1.2.7)
2974 </tag-desc> 2975 </tag-desc>
2975 2976
2976 <tag-name id="var_time_local"><var>$time_local</var></tag-name> 2977 <tag-name id="var_time_local"><var>$time_local</var></tag-name>
2977 <tag-desc> 2978 <tag-desc>
2978 local time in the Common Log Format (1.3.12) 2979 local time in the Common Log Format (1.3.12, 1.2.7)
2979 </tag-desc> 2980 </tag-desc>
2980 2981
2981 <tag-name id="var_uri"><var>$uri</var></tag-name> 2982 <tag-name id="var_uri"><var>$uri</var></tag-name>
2982 <tag-desc> 2983 <tag-desc>
2983 current URI in request, <link id="location">normalized</link> 2984 current URI in request, <link id="location">normalized</link>