From: Adam Dickmeiss Date: Fri, 1 Jun 2012 09:21:18 +0000 (+0200) Subject: Document frontend_net's: message, stat-req X-Git-Tag: v1.3.37~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=4e20ba1dc80872ef81bc814d9af648ddc704c5d5;p=metaproxy-moved-to-github.git Document frontend_net's: message, stat-req --- 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 ]]>