Name

z3950_client — Metaproxy Z39.50 Backend Client Module

DESCRIPTION

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 like this:

    <filter type="z3950_client">
     <timeout>30</timeout>
     <default_target>z3950.indexdata.dk</default_target>
    </filter>

   

SEE ALSO

metaproxy(1)

backend_test(3mp)

COPYRIGHT

Copyright (c) 2005-2010, Index Data