summaryrefslogtreecommitdiff
path: root/doc/status.txt
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:44 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:44 +0100
commitc99b717062c6228c4ac6df3831702f81c9806df4 (patch)
tree8cc83ebb36aa5b7f8691152db83071784fbfc1c7 /doc/status.txt
parent1b24d86e6b2179692e60091dec59f797cd308b9e (diff)
downloadlighttpd-c99b717062c6228c4ac6df3831702f81c9806df4.tar.gz
Imported Upstream version 1.4.13~r1370upstream/1.4.13_r1370
Diffstat (limited to 'doc/status.txt')
-rw-r--r--doc/status.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/status.txt b/doc/status.txt
index 5312176..fe3ee87 100644
--- a/doc/status.txt
+++ b/doc/status.txt
@@ -12,10 +12,10 @@ Module: mod_status
:abstract:
mod_status displays the server's status and configuration
-
+
.. meta::
:keywords: lighttpd, server status
-
+
.. contents:: Table of Contents
Description
@@ -47,8 +47,8 @@ cover it in a conditional. ::
}
Or require authorization: ::
-
- auth.require = ( "/server-status" =>
+
+ auth.require = ( "/server-status" =>
( "realm" ... ) )
@@ -68,7 +68,7 @@ status-url you can get a text version which is simpler to parse. ::
Uptime: 1234
BusyServers: 123
-Total Accesses is the number of handled requests, kBytes the overall outgoing
+Total Accesses is the number of handled requests, kBytes the overall outgoing
traffic, Uptime the uptime in seconds and BusyServers the number of currently
active connections.
@@ -88,7 +88,7 @@ status.status-url
Example: status.status-url = "/server-status"
status.enable-sort
-
+
add JavaScript which allows client-side sorting for the connection overview
Default: enable