RPM: get version from IDMETA
[idzebra-moved-to-github.git] / doc / zebrasrv-virtual.xml
index 0a43aa3..63d4d27 100644 (file)
@@ -1,5 +1,4 @@
 <!-- 
-   $Id: zebrasrv-virtual.xml,v 1.10 2007-05-24 13:44:09 adam Exp $
    Description of the virtual host mechanism in &yaz; GFS
    Included in both manual and man page for yaz-ztest
 -->
@@ -7,7 +6,7 @@
 <para>
  The Virtual hosts mechanism allows a &yaz; frontend server to
  support multiple backends. A backend is selected on the basis of
- the TCP/IP binding (port+listening adddress) and/or the virtual host.
+ the TCP/IP binding (port+listening address) and/or the virtual host.
 </para>
 <para>
  A backend can be configured to execute in a particular working
@@ -87,7 +86,7 @@
     <para>
      Specifies listener for this server. If this attribute is not
      given, the server is accessible from all listener. In order
-     for the server to be used for real, howeever, the virtual host
+     for the server to be used for real, however, the virtual host
      must match (if specified in the configuration).
     </para>
    </listitem>
    <listitem>
     <para>
      Specifies a working directory for this backend server. If
-     specifid, the &yaz; fronend changes current working directory
+     specified, the &yaz; frontend changes current working directory
      to this directory whenever a backend of this type is
      started (backend handler bend_start), stopped (backend handler hand_stop)
      and initialized (bend_init).