annotate xml/en/docs/http/ngx_http_stub_status_module.xml @ 2735:ff357b676c2e

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:27:24 +0300
parents 5cacd6fffade
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
2
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
3 <!--
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
4 Copyright (C) Yaroslav Zhuravlev
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
5 Copyright (C) Nginx, Inc.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
6 -->
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
7
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
9
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
10 <module name="Module ngx_http_stub_status_module"
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
11 link="/en/docs/http/ngx_http_stub_status_module.html"
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
12 lang="en"
2206
5cacd6fffade Eliminated some examples of unsafe prefix locations.
Ruslan Ermilov <ru@nginx.com>
parents: 1600
diff changeset
13 rev="4">
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
14
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
15 <section id="summary">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
16
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
17 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
18 The <literal>ngx_http_stub_status_module</literal> module provides
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
19 access to basic status information.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
20 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
21
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
22 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
23 This module is not built by default, it should be enabled with the
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
24 <literal>--with-http_stub_status_module</literal>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
25 configuration parameter.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
26 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
27
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
28 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
29
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
30
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
31 <section id="example" name="Example Configuration">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
32
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
33 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
34 <example>
2206
5cacd6fffade Eliminated some examples of unsafe prefix locations.
Ruslan Ermilov <ru@nginx.com>
parents: 1600
diff changeset
35 location = /basic_status {
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
36 stub_status;
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
37 }
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
38 </example>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
39 This configuration creates a simple web page
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
40 with basic status data which may look like as follows:
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
41 <example>
2735
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
42 Active connections: 291
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
43 server accepts handled requests
2735
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
44 16630948 16630948 31070465
ff357b676c2e Removed trailing spaces.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2206
diff changeset
45 Reading: 6 Writing: 179 Waiting: 106
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
46 </example>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
47 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
48
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
49 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
50
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
51
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
52 <section id="directives" name="Directives">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
53
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
54 <directive name="stub_status">
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
55 <syntax/>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
56 <default/>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
57 <context>server</context>
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
58 <context>location</context>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
59
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
60 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
61 The basic status information will be accessible from the surrounding location.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
62 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
63
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
64 <para>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
65 <note>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
66 In versions prior to 1.7.5,
1600
dd190baef1e7 Added example to the note in the "stub_status" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1275
diff changeset
67 the directive syntax required an arbitrary argument, for example,
dd190baef1e7 Added example to the note in the "stub_status" directive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1275
diff changeset
68 “<literal>stub_status on</literal>”.
1275
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
69 </note>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
70 </para>
c9b202d6c426 Documented the new syntax of the "stub_status" directive.
Ruslan Ermilov <ru@nginx.com>
parents: 1274
diff changeset
71
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
72 </directive>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
73
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
74 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
75
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
76
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
77 <section id="data" name="Data">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
78
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
79 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
80 The following status information is provided:
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
81 <list type="tag">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
82
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
83 <tag-name id="stubstat_active"><literal>Active connections</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
84 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
85 The current number of active client connections
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
86 including <literal>Waiting</literal> connections.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
87 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
88
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
89 <tag-name id="stubstat_accepts"><literal>accepts</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
90 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
91 The total number of accepted client connections.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
92 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
93
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
94 <tag-name id="stubstat_handled"><literal>handled</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
95 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
96 The total number of handled connections.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
97 Generally, the parameter value is the same as <literal>accepts</literal>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
98 unless some resource limits have been reached
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
99 (for example, the
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
100 <link doc="../ngx_core_module.xml" id="worker_connections"/> limit).
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
101 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
102
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
103 <tag-name id="stubstat_requests"><literal>requests</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
104 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
105 The total number of client requests.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
106 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
107
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
108 <tag-name id="stubstat_reading"><literal>Reading</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
109 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
110 The current number of connections where nginx is reading the request header.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
111 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
112
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
113 <tag-name id="stubstat_writing"><literal>Writing</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
114 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
115 The current number of connections
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
116 where nginx is writing the response back to the client.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
117 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
118
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
119 <tag-name id="stubstat_waiting"><literal>Waiting</literal></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
120 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
121 The current number of idle client connections waiting for a request.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
122 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
123
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
124 </list>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
125 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
126
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
127 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
128
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
129
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
130 <section id="variables" name="Embedded Variables">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
131
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
132 <para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
133 The <literal>ngx_http_stub_status_module</literal> module
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
134 supports the following embedded variables (1.3.14):
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
135 <list type="tag">
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
136
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
137 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
138 id="var_connections_active"><var>$connections_active</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
139 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
140 same as the <literal>Active connections</literal> value;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
141 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
142
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
143 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
144 id="var_connections_reading"><var>$connections_reading</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
145 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
146 same as the <literal>Reading</literal> value;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
147 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
148
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
149 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
150 id="var_connections_writing"><var>$connections_writing</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
151 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
152 same as the <literal>Writing</literal> value;
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
153 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
154
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
155 <tag-name
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
156 id="var_connections_waiting"><var>$connections_waiting</var></tag-name>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
157 <tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
158 same as the <literal>Waiting</literal> value.
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
159 </tag-desc>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
160
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
161 </list>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
162 </para>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
163
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
164 </section>
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
165
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents:
diff changeset
166 </module>