X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fz3950_client.xml;h=2ad8f0a2c420c95fa16df34b568231a3f884ec56;hb=0a41bd174bb83e032e5a0845e286bf1396b17f84;hp=56ac2f8fbf025d550e4b8afd73895d4cd3b3dc98;hpb=a7d0816d8e587b0743cdfda1cbb2321315be7946;p=metaproxy-moved-to-github.git diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index 56ac2f8..2ad8f0a 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -1,8 +1,10 @@ + + %common; ]> - + z3950_client @@ -12,21 +14,54 @@ z3950_client - backend module Z39.50 client + Metaproxy Z39.50 Backend Client Module DESCRIPTION - This backend filter is a Z39.50 client. + This backend filter is a Z39.50 client. This modules + proxies all Z39.50 packages to a target. HTTP packages are ignored. + The address of the backend target (host) can be given as part of the + Initialize Request (Virtual host) or the default target may be specified + in the configuration. + + + + timeout + + + Specifies how long the client will wait for any request + before giving up. Default value is 30 seconds. + + + + default_target + + + Specifies the target (host) for the Z39.50 server to be used + if the Init Request does not indicate otherwise. + + + + force_target + + + Specifies the target (host) for the Z39.50 server to be used + always (regardless of Init Request vhost). + + + + EXAMPLES - A typical configuration looks as likes: + A typical configuration looks like this: 30 + z3950.indexdata.dk ]]>