X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fgfs-virtual.xml;h=1250331ac662d5639464959ee56da1d3e97058e4;hp=18d68ddc4dca163a3b6bc38c81d74a5e9dc4c2f5;hb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8;hpb=3a7d6f123828f282b26eddbb9724e4e03827605f diff --git a/doc/gfs-virtual.xml b/doc/gfs-virtual.xml index 18d68dd..1250331 100644 --- a/doc/gfs-virtual.xml +++ b/doc/gfs-virtual.xml @@ -84,10 +84,11 @@ attribute listenref (optional) - 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 - must match (if specified in the configuration). + Specifies one or more listeners for this server. Each server ID is + separated by a comma. + If this attribute is not given, the server is accessible from all + listeners. In order for the server to be used for real, however, the + virtual host must match if specified in the configuration. @@ -220,7 +221,7 @@ /var/www/s1 config.cfg - + server2.mydomain /var/www/s2 config.cfg @@ -243,9 +244,11 @@ There are three configured backend servers. The first two servers, "server1" and "server2", - can be reached by both listener addresses - since - no listenref attribute is specified. - In order to distinguish between the two a virtual host has + can be reached by both listener addresses. + "server1" is reached by all (two) since no + listenref attribute is specified. + "server2" is reached by the two listeners specified. + In order to distinguish between the two, a virtual host has been specified for each of server in the host elements.