Windows: use Boost 1.59, msvc 14.0
[metaproxy-moved-to-github.git] / doc / multi.xml
index 13830f0..4db6325 100644 (file)
@@ -7,7 +7,7 @@
 <refentry id="ref-multi">
  <refentryinfo>
   <productname>Metaproxy</productname>
-  <info><orgname>Index Data</orgname></info>
+  <orgname>Index Data</orgname>
  </refentryinfo>
 
  <refmeta>
@@ -30,7 +30,9 @@
    <literal>&lt;target&gt;</literal> elements.
    If a target matches a given target specified as CDATA in the
    target element, the multi filter will route traffic to the route
-   given by the route attribute.
+   given by the route attribute. The target element may also apply
+   credentials to be sent to the target. This is given by the
+   <literal>auth</literal> attribute.
   </para>
   <para>
    A target element is not required for multi-plexing to work.
@@ -69,8 +71,9 @@
    A typical configuration looks like this:
    <screen><![CDATA[
     <filter type="multi">
-     <target route="route1">z3950.loc.gov:7090/voyager</target>
-     <target route="route2">bagel.indexdata.dk/gils</target>
+     <target route="route1">lx2.loc.gov:210/LCDB_MARC8</target>
+     <target route="route2">z3950.indexdata.com/gils</target>
+     <target route="route3" auth="myuser/mypass">localhost:9999</target>
      <target route="other">*</target>
     </filter>
 ]]>