Added support for multi-homed YAZ frontend server. A backend config
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Feb 2005 14:46:47 +0000 (14:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Feb 2005 14:46:47 +0000 (14:46 +0000)
commitc519e4716646be3b24f7d4d3de99e06e423da865
tree719686f0952d6f749f374a0233ed09433b724fc1
parentee43c59df798a12d811827cfb2bb64aca37d492a
Added support for multi-homed YAZ frontend server. A backend config
may be choosed based on host and/or port. For Z39.50 host is
picked from OtherInfo in InitRequest (VAL_PROXY OID). For HTTP, host
is picked from HTTP header. Configuration is XML based . Libxml2 is
required.
include/yaz/backend.h
src/eventl.c
src/eventl.h
src/seshigh.c
src/session.h
src/statserv.c
ztest/ztest.c