> This is the program in /var/www/cgi-bin/
>
> -rwsr-xr-x 1 interch interch 7000 5. Mai 2004 foundation
Gunther,
Try running /var/www/cgi-bin/foundation from the command line.
If it displays anything but the "Server unavailable" error, then your problem
is in web server setup.
If it displays the same message, then it is probably looking for Interchange
Unix socket in the wrong place.
Run this:
strace -s 2048 -o /tmp/strace -e trace=open /var/www/cgi-bin/foundation
grep interchange.sock /tmp/strace
grep socket /tmp/strace
Some of the greps should reveal you the path to the Unix socket file
the foundation script is expecting. Then see if the file is really there.
If this is indeed the problem, you'll either have to symlink the socket
file, or recompile the link program ("foundation") to use a different path.
Hope it helps,
-doc
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.