diff xml/en/docs/http/ngx_http_log_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 ddd22f571529
children 2a9e42106d6f
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_log_module"
         link="/en/docs/http/ngx_http_log_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -76,7 +76,8 @@ If format is not specified then the pred
 </para>
 
 <para>
-If either the <literal>buffer</literal> or <literal>gzip</literal> (1.3.10)
+If either the <literal>buffer</literal> or <literal>gzip</literal>
+(1.3.10, 1.2.7)
 parameter is used, writes to log will be buffered.
 <note>
 The buffer size must not exceed the size of the atomic write to a disk file.
@@ -94,7 +95,7 @@ if the next log line does not fit into t
 
 <listitem>
 if the buffered data is older than specified by the <literal>flush</literal>
-parameter (1.3.10);
+parameter (1.3.10, 1.2.7);
 </listitem>
 
 <listitem>
@@ -262,14 +263,14 @@ In modern versions of nginx variables
 <link doc="ngx_http_core_module.xml" id="var_request_time">$request_time</link>
 (1.3.9, 1.2.6),
 <link doc="ngx_http_core_module.xml" id="var_pipe">$pipe</link>
-(1.3.12),
+(1.3.12, 1.2.7),
 <link doc="ngx_http_core_module.xml" id="var_request_length">$request_length</link>
-(1.3.12),
+(1.3.12, 1.2.7),
 <link doc="ngx_http_core_module.xml" id="var_time_iso8601">$time_iso8601</link>
-(1.3.12),
+(1.3.12, 1.2.7),
 and
 <link doc="ngx_http_core_module.xml" id="var_time_local">$time_local</link>
-(1.3.12)
+(1.3.12, 1.2.7)
 are also available as common variables.
 </note>