Allow client-ip to be logged for each log entry. Speciy
[yazproxy-moved-to-github.git] / etc / config.xml
index 6116436..7b3cf3c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.15 2006-03-29 18:09:01 adam Exp $ -->
+<!-- $Id: config.xml,v 1.18 2006-04-06 12:04:19 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"
@@ -19,6 +19,7 @@
       <bandwidth>2000000</bandwidth>
       <pdu>60</pdu>
       <retrieve>100</retrieve>
+      <search>3</search>
     </limit>
     <attribute type="1" value="1-11,13-1016"/>
     <attribute type="1" value="*" error="114"/>
@@ -46,6 +47,9 @@
     <client-timeout>30</client-timeout>
     <!-- everything else -->
   </target>
-  <max-clients>2</max-clients>
-  <log>client-requests server-requests</log>
+  <max-clients>30</max-clients>
+  <max-connect>10</max-connect>
+  <limit-connect>5</limit-connect>
+  <log>client-requests server-requests client-ip</log>
+  <docpath>doc</docpath>
 </proxy>