Moved ignore files.
[idzebra-moved-to-github.git] / etc / gfs-example.xml
1 <!-- $Id: gfs-example.xml,v 1.1 2006-02-16 10:43:15 mike Exp $ -->
2 <!--
3   This is an example YAZ GFS configuration file, copied from the
4   manual at:
5         http://www.indexdata.com/yaz/doc/server.vhosts.tkl
6 -->
7 <yazgfs>
8   <listen id="public">tcp:@:9900</listen>
9   <listen id="internal">unix:/var/tmp/socket</listen>
10   <server id="server1">
11     <host>server1.mydomain</host>
12     <directory>/var/www/s1</directory>
13     <config>config.cfg</config>
14   </server>
15   <server id="server2">
16     <host>server2.mydomain</host>
17     <directory>/var/www/s2</directory>
18     <config>config.cfg</config>
19     <cql2rpn>../etc/pqf.properties</cql2rpn>
20     <explain xmlns="http://explain.z3950.org/dtd/2.0/">
21       <serverInfo>
22         <host>server2.mydomain</host>
23         <port>9900</port>
24         <database>a</database>
25       </serverInfo>
26     </explain>
27   </server>
28   <server id="server3" listenref="internal">
29     <directory>/var/www/s3</directory>
30     <config>config.cfg</config>
31   </server>
32 </yazgfs>