Module mod_interchange

Interchange link module

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).

 

Configuration example

Directives


InterchangeServer

Syntax: InterchangeServer address
Context: Directory
Override: None
Status: Extension

Specifies the way to connect to the Interchange server.


Example

Here is an example UNIX configuration:
<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>