[ic] problem with mod_interchange

Kevin Walsh kevin at cursor.biz
Thu Dec 9 14:09:52 EST 2004


> Kevin Walsh wrote:
> > Wojtek [mailinglists at lunetta.de] wrote:
> > > <Location /shop/test>
> > >         SetHandler interchange-handler
> > >         InterchangeServer /var/run/interchange.sock </Location>
> > > 
> > > When trying to connect with my browser I get an "Internal Server
> > > Error". 
> > > 
> > > The apache error log gives me the following error:
> > > 
> > > [Wed Dec  8 10:17:38 2004] [error] (2)No such file or directory:
> > > access to /shop/test failed for 10.10.10.119, reason: Connection
> > > failed 
> > > 
> > Check the permissions on your /var/run/interchange.sock socket file,
> > and try using "SocketPerms 0666" in your interchange.cfg file to see
> > if that corrects any permission problems.
> > 
> I tried that and it does not work for me. Can I try something else?
> 
I'm assuming that, as you used /var/run/interchange.sock in your
mod_interchange configuration, that is the correct location for the
socket file.  You should double-check that and check the permissions
on the /var and /var/run directory.  For instance, my socket file is
/opt/interchange/etc/socket.  I'm also assuming that Interchange is
up and running.

You could try switching both Interchange and mod_interchange to Inet
mode, which will rule out socket file problems altogether.

It's difficult to offer further suggestions with the information given,
and it's also difficult to think of other information to request.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list