comparison xml/en/docs/http/ngx_http_core_module.xml @ 769:d71e56d56ada

Documented variables relocations between http log and core modules.
author Vladimir Homutov <vl@nginx.com>
date Mon, 19 Nov 2012 14:53:54 +0000
parents f63b7fa3bf17
children 47ad88faaa3f
comparison
equal deleted inserted replaced
768:f63b7fa3bf17 769:d71e56d56ada
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="10"> 13 rev="11">
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>
2703 client address in a binary form, value’s length is always 4 bytes 2703 client address in a binary form, value’s length is always 4 bytes
2704 </tag-desc> 2704 </tag-desc>
2705 2705
2706 <tag-name id="var_body_bytes_sent"><var>$body_bytes_sent</var></tag-name> 2706 <tag-name id="var_body_bytes_sent"><var>$body_bytes_sent</var></tag-name>
2707 <tag-desc> 2707 <tag-desc>
2708 number of bytes sent to a client, not counting the response header 2708 number of bytes sent to a client, not counting the response header;
2709 this variable is compatible with the “<literal>%B</literal>” parameter of the
2710 <literal>mod_log_config</literal>
2711 Apache module
2712 </tag-desc>
2713
2714 <tag-name id="var_bytes_sent"><var>$bytes_sent</var></tag-name>
2715 <tag-desc>
2716 number of bytes sent to a client (1.3.8, 1.2.5)
2717 </tag-desc>
2718
2719 <tag-name id="var_connection"><var>$connection</var></tag-name>
2720 <tag-desc>
2721 connection serial number (1.3.8, 1.2.5)
2722 </tag-desc>
2723
2724 <tag-name id="var_connection_requests"><var>$connection_requests</var></tag-name>
2725 <tag-desc>
2726 current number of requests made through a connection (1.3.8, 1.2.5)
2709 </tag-desc> 2727 </tag-desc>
2710 2728
2711 <tag-name id="var_content_length"><var>$content_length</var></tag-name> 2729 <tag-name id="var_content_length"><var>$content_length</var></tag-name>
2712 <tag-desc> 2730 <tag-desc>
2713 <header>Content-Length</header> request header field 2731 <header>Content-Length</header> request header field
2910 “<literal>HTTP/1.1</literal>” 2928 “<literal>HTTP/1.1</literal>”
2911 </tag-desc> 2929 </tag-desc>
2912 2930
2913 <tag-name id="var_status"><var>$status</var></tag-name> 2931 <tag-name id="var_status"><var>$status</var></tag-name>
2914 <tag-desc> 2932 <tag-desc>
2915 response status 2933 response status (1.3.2, 1.2.2)
2916 </tag-desc> 2934 </tag-desc>
2917 2935
2918 <tag-name id="var_tcpinfo_"> 2936 <tag-name id="var_tcpinfo_">
2919 <var>$tcpinfo_rtt</var>, 2937 <var>$tcpinfo_rtt</var>,
2920 <var>$tcpinfo_rttvar</var>, 2938 <var>$tcpinfo_rttvar</var>,