From 4e20ba1dc80872ef81bc814d9af648ddc704c5d5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 1 Jun 2012 11:21:18 +0200 Subject: [PATCH] Document frontend_net's: message, stat-req --- doc/frontend_net.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index 9d8cdca..394b92b 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -51,6 +51,18 @@ of TCP sessions from the same original IP. The special value 0 means : no connection limit. This is also the default if this element is omitted. + + Element message is an optional element. If + given and non-empty logging is performed by the frontend_net filter + (to the log file as given ny option -l). + + + Element stat-req is an optional element. It + specifies a URL path that triggers a report to be generated by + the frontend_net filter. By default this report is disabled (same + as empty value). The value itself is the path and should be prefixed + with a slash. For example /fn_stat. + SCHEMA @@ -66,8 +78,10 @@ A typical configuration looks like this: - @:9000 10 + @:9000 + FN + /fn_stat ]]> -- 1.7.10.4