[ic] ghettoforge rpms
Peter
peter at pajamian.dhs.org
Thu Jan 30 00:40:36 UTC 2025
On 30/01/25 03:11, DB via interchange-users wrote:
> After fooling with this a bit more along with a friend of mine, we
> determined using strace that the Interchange process was looking for the
> socket in the wrong location, which explains the timeout/unavailable
> errors I was seeing.
The included pre-compiled vlink will look for the socket in
/var/run/interchange/socket which is the default location of the socket
for the main interchange instance.
If you need to point vlink to a different location you can do so by
setting the MINIVEND_SOCKET environment variable. Example code for apache:
SetEnv MINIVEND_SOCKET /path/to/new/socket
ScriptAlias /cgi-bin/vlink /path/to/vlink
Peter
More information about the interchange-users
mailing list