Bug fixes. Explain document in config. Logging changes - dsp elapsed time.
[yazpp-moved-to-github.git] / etc / config.xml
index b388bdc..7c8d1ef 100644 (file)
@@ -1,8 +1,7 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.3 2003-12-20 22:44:30 adam Exp $ -->
+<!-- $Id: config.xml,v 1.4 2003-12-22 15:16:23 adam Exp $ -->
 <proxy>
   <target name="bagel">
-    <!-- default target -->
     <url>indexdata.dk</url>
     <target-timeout>240</target-timeout>
     <client-timeout>180</client-timeout>
@@ -28,6 +27,7 @@
   </target>
   <target default="1" name="localhost">
     <url>localhost:9999</url>
+    <url>localhost:9998</url>
     <target-timeout>300</target-timeout>
     <client-timeout>180</client-timeout>
     <keepalive/> <!-- keepalive enabled -->
     <syntax type="*" error="238"/>
     <preinit>2</preinit>
     <cql2rpn>pqf.properties</cql2rpn>
+    <explain>
+      <serverInfo>
+       <host>myhost</host>
+      </serverInfo>
+    </explain>
     <zeerex>zeerex.xml</zeerex>
   </target>
   <target name="*">
     <!-- everything else -->
   </target>
   <max-clients>50</max-clients>
+  <log>client-requests server-requests</log>
 </proxy>