llow EXSLT to be used if it's available.
[yazproxy-moved-to-github.git] / etc / config-modules.xml
1 <?xml version="1.0"?>
2 <!-- $Id: config-modules.xml,v 1.3 2006-06-09 09:35:13 adam Exp $ -->
3 <!-- 
4    Config that uses modules 
5 -->
6 <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.9/"
7  xmlns:xi="http://www.w3.org/2001/XInclude"
8  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9  xsi:schemaLocation="http://indexdata.dk/yazproxy/schema/0.9/ yazproxy.xsd"
10   >
11 <!-- Config can be checked with xerces-c++: PParse -n -s config.xml -->
12   <target name="localhost" default="1">
13     <url>localhost:9999</url>
14     <target-timeout>30</target-timeout>
15     <client-timeout>60</client-timeout>
16     <keepalive>
17       <bandwidth>1000000</bandwidth>
18       <pdu>1000</pdu>
19     </keepalive>
20     <limit><!-- per minute limits .. -->
21       <bandwidth>2000000</bandwidth>
22       <pdu>50</pdu>
23       <retrieve>100</retrieve>
24     </limit>
25     <attribute type="1" value="1-11,13-1016"/>
26     <attribute type="1" value="*" error="114"/>
27     <syntax type="opac"/>
28     <syntax type="usmarc"/>
29     <syntax type="none"/>
30     <syntax type="xml" marcxml="1"/>
31     <syntax type="*" error="238"/>
32     <preinit>0</preinit>
33     <xi:include href="explain.xml"/>
34     <cql2rpn>pqf.properties</cql2rpn>
35     <client-authentication module="sample" args="authenticate.pl"/>
36   </target>
37   <max-clients>50</max-clients>
38   <log>client-requests server-requests</log>
39   <module>../src/.libs/mod_proxy_sample.so</module>
40   <threads>2</threads>
41 </proxy>