comparison xml/en/docs/http/ngx_http_core_module.xml @ 86:341dc6392e8a

Documented $body_bytes_sent, $nginx_version, $request, and $sent_http_*.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Oct 2011 12:40:16 +0000
parents e8ed74d3fa0e
children 6876e2558d09
comparison
equal deleted inserted replaced
85:4466f08eb625 86:341dc6392e8a
2154 <tag-name><var>$binary_remote_addr</var></tag-name> 2154 <tag-name><var>$binary_remote_addr</var></tag-name>
2155 <tag-desc> 2155 <tag-desc>
2156 client address in a binary form, value's length is always 4 bytes 2156 client address in a binary form, value's length is always 4 bytes
2157 </tag-desc> 2157 </tag-desc>
2158 2158
2159 <tag-name><var>$body_bytes_sent</var></tag-name>
2160 <tag-desc>
2161 number of bytes sent to a client, not counting the response header
2162 </tag-desc>
2163
2159 <tag-name><var>$content_length</var></tag-name> 2164 <tag-name><var>$content_length</var></tag-name>
2160 <tag-desc> 2165 <tag-desc>
2161 <header>Content-Length</header> request header field 2166 <header>Content-Length</header> request header field
2162 </tag-desc> 2167 </tag-desc>
2163 2168
2206 <tag-name><var>$limit_rate</var></tag-name> 2211 <tag-name><var>$limit_rate</var></tag-name>
2207 <tag-desc> 2212 <tag-desc>
2208 allows for connection rate limiting 2213 allows for connection rate limiting
2209 </tag-desc> 2214 </tag-desc>
2210 2215
2216 <tag-name><var>$nginx_version</var></tag-name>
2217 <tag-desc>
2218 nginx version
2219 </tag-desc>
2220
2211 <tag-name><var>$pid</var></tag-name> 2221 <tag-name><var>$pid</var></tag-name>
2212 <tag-desc> 2222 <tag-desc>
2213 PID of the worker process 2223 PID of the worker process
2214 </tag-desc> 2224 </tag-desc>
2215 2225
2235 </tag-desc> 2245 </tag-desc>
2236 2246
2237 <tag-name><var>$remote_user</var></tag-name> 2247 <tag-name><var>$remote_user</var></tag-name>
2238 <tag-desc> 2248 <tag-desc>
2239 user name supplied with the Basic authentication 2249 user name supplied with the Basic authentication
2250 </tag-desc>
2251
2252 <tag-name><var>$request</var></tag-name>
2253 <tag-desc>
2254 full original request line
2240 </tag-desc> 2255 </tag-desc>
2241 2256
2242 <tag-name><var>$request_body</var></tag-name> 2257 <tag-name><var>$request_body</var></tag-name>
2243 <tag-desc> 2258 <tag-desc>
2244 request body 2259 request body
2293 <tag-name><var>$scheme</var></tag-name> 2308 <tag-name><var>$scheme</var></tag-name>
2294 <tag-desc> 2309 <tag-desc>
2295 request scheme, <dq><code>http</code></dq> or <dq><code>https</code></dq> 2310 request scheme, <dq><code>http</code></dq> or <dq><code>https</code></dq>
2296 </tag-desc> 2311 </tag-desc>
2297 2312
2313 <tag-name><var>$sent_http_</var><argument>name</argument></tag-name>
2314 <tag-desc>
2315 the <argument>name</argument> response header field
2316 </tag-desc>
2317
2298 <tag-name><var>$server_addr</var></tag-name> 2318 <tag-name><var>$server_addr</var></tag-name>
2299 <tag-desc> 2319 <tag-desc>
2300 an address of the server which accepted a request 2320 an address of the server which accepted a request
2301 <para> 2321 <para>
2302 Computing a value of this variable usually requires one system call. 2322 Computing a value of this variable usually requires one system call.