# HG changeset patch # User Ruslan Ermilov # Date 1318493212 0 # Node ID e8ed74d3fa0ed14cd1c3e9b5df14274b8e0a570c # Parent 89c31b453d40daf72d6133de93c23bc641f8839c Sorted variables alphabetically. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -2141,16 +2141,16 @@ and so on. It also supports other variables: +$arg_name + +argument name in the request line + + $args arguments in the request line -$arg_name - -argument name in the request line - - $binary_remote_addr client address in a binary form, value's length is always 4 bytes @@ -2213,10 +2213,15 @@ allows for connection rate limiting PID of the worker process -$request_method +$query_string -request method, usually -GET or POST +same as $args + + +$realpath_root + +root directive's value +for the current request, with all symbolic links resolved to real paths $remote_addr @@ -2234,19 +2239,6 @@ client port user name supplied with the Basic authentication -$realpath_root - -root directive's value -for the current request, with all symbolic links resolved to real paths - - -$request_filename - -file path for the current query, based on the -root and alias -directives, and the request URI - - $request_body request body @@ -2280,29 +2272,29 @@ directives, respectively. +$request_filename + +file path for the current query, based on the +root and alias +directives, and the request URI + + +$request_method + +request method, usually +GET or POST + + $request_uri full original request URI (with arguments) -$query_string - -same as $args - - $scheme request scheme, http or https -$server_protocol - -request protocol, usually -HTTP/1.0 -or -HTTP/1.1 - - $server_addr an address of the server which accepted a request @@ -2323,6 +2315,14 @@ name of the server which accepted a requ port of the server which accepted a request +$server_protocol + +request protocol, usually +HTTP/1.0 +or +HTTP/1.1 + + $uri current URI in request