From b409fd88a0f8781a75073d01515f5f85815989b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 18 Oct 2009 15:14:37 +0200 Subject: [PATCH] mod_status: update doc text --- src/modules/mod_status.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/mod_status.c b/src/modules/mod_status.c index ed0703a..8f1aec3 100644 --- a/src/modules/mod_status.c +++ b/src/modules/mod_status.c @@ -12,6 +12,11 @@ * type: string; values: "default", "blue" or a url to an external css file * Actions: * status.info - returns the status info page to the client + * status.info "short" - returns only "non-sensitive" data; no connection details, no runtime section + * + * The status page accepts parameters in the query-string: + * - mode=runtimes : show runtime information + * - format=plain : returns "short" information in plain text format, easy to parse * * Example config: * req.path == "/srv-status" {