This module replaces the tlink and vlink programs that come with Interchange.
This modules requires Apache 1.3.6 or greater, and works with any version of Interchange (back to MiniVend 3.12).
Specifies the way to connect to the Interchange server.
<Location /store> SetHandler interchange-handler InterchangeServer /var/run/interchange/socket </Location>and here is an INET example:
<Location /store> SetHandler interchange-handler InterchangeServer ic.host.com:7786 </Location>