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