crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

urlmatch.xml (822B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <configuration>
      3   
      4   <system>
      5     <uselogger>false</uselogger>
      6     <logdir>/tmp</logdir>
      7     <path>/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin</path>
      8   </system>
      9 
     10   <service>
     11     <name>urlmatch</name>    
     12     <server>
     13       <type>http</type>
     14       <address>0:20000</address>
     15       <webinterface>0:20001</webinterface>
     16       <verbose>yes</verbose>
     17       <debug>yes</debug>
     18     </server>
     19     <backend>
     20       <address>server1:10000</address>
     21       <urlmatch>/$</urlmatch>
     22     </backend>
     23     <backend>
     24       <address>server2:10000</address>
     25       <urlmatch>/pages/fch</urlmatch>
     26     </backend>
     27     <backend>
     28       <address>server3:10000</address>
     29       <urlmatch>/pages/[^f][^c][^h]</urlmatch>
     30     </backend>
     31   </service>
     32 </configuration>