comparison xml/en/docs/http/ngx_http_core_module.xml @ 826:ddd22f571529

Variables $pipe, $request_length, $time_iso8601, and $time_local.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 01 Feb 2013 17:34:08 +0400
parents 7c72c3e67e77
children e0263d44a59b
comparison
equal deleted inserted replaced
825:ae15915990ad 826:ddd22f571529
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="14"> 13 rev="15">
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>
2802 <tag-name id="var_pid"><var>$pid</var></tag-name> 2802 <tag-name id="var_pid"><var>$pid</var></tag-name>
2803 <tag-desc> 2803 <tag-desc>
2804 PID of the worker process 2804 PID of the worker process
2805 </tag-desc> 2805 </tag-desc>
2806 2806
2807 <tag-name id="var_pipe"><var>$pipe</var></tag-name>
2808 <tag-desc>
2809 “<literal>p</literal>” if request was pipelined, “<literal>.</literal>”
2810 otherwise (1.3.12)
2811 </tag-desc>
2812
2807 <tag-name id="var_query_string"><var>$query_string</var></tag-name> 2813 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
2808 <tag-desc> 2814 <tag-desc>
2809 same as <var>$args</var> 2815 same as <var>$args</var>
2810 </tag-desc> 2816 </tag-desc>
2811 2817
2880 file path for the current request, based on the 2886 file path for the current request, based on the
2881 <link id="root"/> or <link id="alias"/> 2887 <link id="root"/> or <link id="alias"/>
2882 directives, and the request URI 2888 directives, and the request URI
2883 </tag-desc> 2889 </tag-desc>
2884 2890
2891 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
2892 <tag-desc>
2893 request length (including request line, header, and request body) (1.3.12)
2894 </tag-desc>
2895
2885 <tag-name id="var_request_method"><var>$request_method</var></tag-name> 2896 <tag-name id="var_request_method"><var>$request_method</var></tag-name>
2886 <tag-desc> 2897 <tag-desc>
2887 request method, usually 2898 request method, usually
2888 “<literal>GET</literal>” or “<literal>POST</literal>” 2899 “<literal>GET</literal>” or “<literal>POST</literal>”
2889 </tag-desc> 2900 </tag-desc>
2954 <tag-desc> 2965 <tag-desc>
2955 information about the client TCP connection; available on systems 2966 information about the client TCP connection; available on systems
2956 that support the <c-def>TCP_INFO</c-def> socket option 2967 that support the <c-def>TCP_INFO</c-def> socket option
2957 </tag-desc> 2968 </tag-desc>
2958 2969
2970 <tag-name id="var_time_iso8601"><var>$time_iso8601</var></tag-name>
2971 <tag-desc>
2972 local time in the ISO 8601 standard format (1.3.12)
2973 </tag-desc>
2974
2975 <tag-name id="var_time_local"><var>$time_local</var></tag-name>
2976 <tag-desc>
2977 local time in the Common Log Format (1.3.12)
2978 </tag-desc>
2979
2959 <tag-name id="var_uri"><var>$uri</var></tag-name> 2980 <tag-name id="var_uri"><var>$uri</var></tag-name>
2960 <tag-desc> 2981 <tag-desc>
2961 current URI in request, <link id="location">normalized</link> 2982 current URI in request, <link id="location">normalized</link>
2962 <para> 2983 <para>
2963 The value of <var>$uri</var> may change during request processing, 2984 The value of <var>$uri</var> may change during request processing,