Re: FCGI and Apache
rasmus@madhaus.utcs.utoronto.ca
Mon, 13 May 1996 13:47:09 -0400 (EDT)
From: rasmus@madhaus.utcs.utoronto.ca
Date: Mon, 13 May 1996 13:47:09 -0400 (EDT)
Subject: Re: FCGI and Apache
To: Paul Mahoney <ptm@xact.demon.co.uk>
In-Reply-To: <Pine.SCO.3.90.960513162815.11178C-100000@xact4.xact.com>
Message-Id: <ML-2.3.832009629.3010.rasmus@rathaus>
> I haven't yet figured out why "Unix Domain communications" (named pipes)
> aren't working. I'm running SCO Enterprise System Release 5. Has anyone
> else figured this one out?
Under Linux 1.99.2 and Apache 1.1b2 you need to do a "chown nobody /tmp/OM*"
on the Unix Socket files to get it to work. The /tmp/OM_* files are
created by the top-level process, but when the children who run as user
nobody try to connect to the Unix socket they get a permission denied
error. Not sure if this is your problem, but it sounds like it could be.
-Rasmus