comparison xml/en/docs/ngx_core_module.xml @ 614:0526cac4637e

Removed intimate details of the "debug_connection" directive's behavior that is soon to be changed again.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 13:24:43 +0000
parents f71947553000
children 77a3314c74a7
comparison
equal deleted inserted replaced
613:95f5c0f0da30 614:0526cac4637e
96 Enables debugging log for selected client connections. 96 Enables debugging log for selected client connections.
97 Other connections will use logging level set by the 97 Other connections will use logging level set by the
98 <link id="error_log"/> directive. 98 <link id="error_log"/> directive.
99 Debugged connections are specified by IPv4 or IPv6 (1.3.0, 1.2.1) 99 Debugged connections are specified by IPv4 or IPv6 (1.3.0, 1.2.1)
100 address or network. 100 address or network.
101 A connection may also be specified using a hostname, in which case 101 A connection may also be specified using a hostname.
102 all IPv4 addresses corresponding to a name are used.
103 <note>
104 Prior to version 1.3.4 only the first IPv4 address was used in this case.
105 </note>
106 For connections using UNIX-domain sockets (1.3.0, 1.2.1), 102 For connections using UNIX-domain sockets (1.3.0, 1.2.1),
107 debugging log is enabled by the “<literal>unix:</literal>” parameter. 103 debugging log is enabled by the “<literal>unix:</literal>” parameter.
108 <example> 104 <example>
109 events { 105 events {
110 debug_connection 127.0.0.1; 106 debug_connection 127.0.0.1;