X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2Freference.xml;h=aa5fe2b355ac2bc40fc1fd348b48b75d76c85a57;hp=bdbb9e36d6200dc8cf86e582fbeba4d412a8a4b6;hb=2b859f2e51b294bdae9404c97ac25879074b9d87;hpb=029fd8c83fa3446b8a11b30017b731c75c3465e9 diff --git a/doc/reference.xml b/doc/reference.xml index bdbb9e3..aa5fe2b 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -703,6 +703,13 @@ and the size of the APDU is logged. + + client-ip + + Log the client IP for each log entry. By default, the client IP + is only logged when a new session starts. + + @@ -724,7 +731,8 @@ The element max-connect is a child of element proxy and specifies the maximum number - of connections to be initiated within the last minute. + of connections to be initiated within the last minute (or + value of period-connect. If the maximum number is reached the proxy will terminate the @@ -737,11 +745,26 @@ The element max-connect is a child of element proxy and specifies the limit of number - of connections to be initiated within the last minute. + of connections to be initiated within the last minute (or + value of period-connect. + + + If the maximum number is reached the proxy delays the first operation + in the session by one second. + + + +
+ period-connect + + The element period-connect is a child of element + proxy and specifies period - in the number of seconds + that limit-connect and + max-connect + should measure connections. - If the maximum number is reached the proxy delay the first operatation - in the session (Thus delaying the connection). + If period-connect is omitted, 60 seconds is used.
@@ -817,7 +840,7 @@