Use .gitignore.
[yazproxy-moved-to-github.git] / etc / config.xml
index 9925858..3c84edb 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.14 2006-03-29 13:33:46 adam Exp $ -->
+<!-- $Id: config.xml,v 1.21 2007-10-08 11:47:20 adam Exp $ -->
 <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.9/"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -8,16 +8,19 @@
 <!-- Config can be checked with xerces-c++: PParse -n -s config.xml -->
   <target name="localhost" default="1">
     <url>localhost:9999</url>
-    <target-timeout>30</target-timeout>
-    <client-timeout>60</client-timeout>
+    <target-timeout>60</target-timeout>
+    <client-timeout>20</client-timeout>
+    <max-sockets>8</max-sockets>
+    <!-- <target-authentication type="open">a/b</target-authentication> -->
     <keepalive>
-      <bandwidth>1000000</bandwidth>
-      <pdu>1000</pdu>
+      <bandwidth>100000</bandwidth>
+      <pdu>100</pdu>
     </keepalive>
     <limit><!-- per minute limits .. -->
       <bandwidth>2000000</bandwidth>
-      <pdu>60</pdu>
+      <pdu>10</pdu>
       <retrieve>100</retrieve>
+      <search>3</search>
     </limit>
     <attribute type="1" value="1-11,13-1016"/>
     <attribute type="1" value="*" error="114"/>
       <title>Dublin Core</title>
       <name>dc</name>
     </syntax>
+    <syntax type="xml" marcxml="1" stylesheet="exslttest.xsl">
+      <title>EXSLT Test</title>
+      <name>exslt</name>
+    </syntax>
+    
     <syntax type="*" error="238"/>
     <preinit>0</preinit>
     <xi:include href="explain.xml"/>
     <target-charset>iso-8859-1</target-charset>
     <cql2rpn>pqf.properties</cql2rpn>
   </target>
+<!--
   <target name="*">
     <target-timeout>60</target-timeout>
     <client-timeout>30</client-timeout>
-    <!-- everything else -->
   </target>
-  <max-clients>2</max-clients>
-  <log>client-requests server-requests</log>
+-->
+  <max-clients>20</max-clients>
+  <!-- <max-connect>10</max-connect> -->
+  <!-- <period-connect>10</period-connect> -->
+  <!-- <limit-connect>5</limit-connect> -->
+  <log>client-ip</log>
+  <docpath>doc</docpath>
 </proxy>