From 4b58a5d2d97f7ae989a2d31475af52de9c47a06a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Oct 2003 22:31:40 +0000 Subject: [PATCH] Update yaz-proxy usage --- doc/yaz-proxy-ref.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/yaz-proxy-ref.xml b/doc/yaz-proxy-ref.xml index c643b57..ba4aaa5 100644 --- a/doc/yaz-proxy-ref.xml +++ b/doc/yaz-proxy-ref.xml @@ -10,12 +10,14 @@ yaz-proxy -a filename - -c num + -m num -v level -t target -u auth -o level -i seconds + -T seconds + -c config host:port @@ -40,7 +42,7 @@ standard output. - -c num + -m num Specifies the maximum number of connections to be cached [default 50]. @@ -78,14 +80,29 @@ -i seconds - Specifies in seconds the idle time for communication - for proxy. If a connection is inactive for this long + Specifies in seconds the idle time for communication between + client and proxy. If a connection is inactive for this long + it will be closed. Default: 600 seconds (10 minutes). + + + -T seconds + + Specifies in seconds the idle time for communication between + proxy and backend target. + If a connection is inactive for this long it willl be closed. Default: 600 seconds (10 minutes). + -c config + + Specifies config filename. Configuration is in XML + and is only supported if the YAZ proxy is compiled with + libxml2. + + - + EXAMPLES The following command starts the proxy, listening on port -- 1.7.10.4