File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ systems who has created files there are alive.
152
152
\fB --status [--id id] \fR
153
153
Query a running yaws daemon for its status, and print it.
154
154
.TP
155
+ \fB --stats [--id id] \fR
156
+ Query a running yaws daemon for its statistics, and print it.
157
+ .TP
155
158
\fB --load Modules [--id id] \fR
156
159
Try to (re)load erlang modules into a running daemon. This is useful
157
160
after modifying appmods or modules used by scripts.
Original file line number Diff line number Diff line change @@ -238,6 +238,10 @@ var = val
238
238
</extra_cgi_vars>
239
239
.fi
240
240
241
+ .TP
242
+ \fB statistics = true | false \fR
243
+ Turns on/off statistics gathering for a virtual server.
244
+
241
245
.TP
242
246
\fB deflate = true | false \fR
243
247
Turns on or off deflate compression for a server.
You can’t perform that action at this time.
0 commit comments