comparison xml/en/docs/ngx_core_module.xml @ 523:a8daad8e83bb

Documented 1.2.1 changes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 04 Jun 2012 14:41:28 +0000
parents 8e1356bd281a
children e97b46d1842d
comparison
equal deleted inserted replaced
522:ef11546f75ee 523:a8daad8e83bb
52 52
53 <para> 53 <para>
54 Enables debugging log for selected client connections. 54 Enables debugging log for selected client connections.
55 Other connections will use logging level set by the 55 Other connections will use logging level set by the
56 <link id="error_log"/> directive. 56 <link id="error_log"/> directive.
57 Debugged connections are specified by IPv4 or IPv6 (1.3.0) address or network. 57 Debugged connections are specified by IPv4 or IPv6 (1.3.0, 1.2.1)
58 address or network.
58 A connection may also be specified using a hostname, in which case the 59 A connection may also be specified using a hostname, in which case the
59 first IPv4 address corresponding to a name is used. 60 first IPv4 address corresponding to a name is used.
60 For connections using UNIX-domain sockets (1.3.0), debugging log is enabled 61 For connections using UNIX-domain sockets (1.3.0, 1.2.1),
61 by the “<literal>unix:</literal>” parameter. 62 debugging log is enabled by the “<literal>unix:</literal>” parameter.
62 <example> 63 <example>
63 events { 64 events {
64 debug_connection 127.0.0.1; 65 debug_connection 127.0.0.1;
65 debug_connection localhost; 66 debug_connection localhost;
66 debug_connection 192.0.2.0/24; 67 debug_connection 192.0.2.0/24;