Received: by taz.hyperreal.com (8.6.12/8.6.5) id QAA00917; Sun, 12 May 1996 16:23:39 -0700 Received: from krone.dialin.utoronto.ca by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id QAA00907; Sun, 12 May 1996 16:23:35 -0700 From: rasmus@madhaus.utcs.utoronto.ca Received: from krone.house.mil (krone.house.mil [192.75.57.2]) by krone.dialin.utoronto.ca (8.7.5/8.7) with SMTP id TAA05097 for ; Sun, 12 May 1996 19:24:16 -0400 Date: Sun, 12 May 1996 19:24:16 -0400 (EDT) Subject: Re: FastCGI + Linux + Apache 1.1? To: new-httpd@hyperreal.com In-Reply-To: <199605121413.AA20173@en.muc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Well, I finally got FastCGI working with Apache/1.1b3 and Linux 1.99.1. There are a couple of tricks. I will post some patches later when I get things cleaned up. The two main problems are that the server core dumps if a .fcgi file isn't found, and more problematic, the Unix domain socket is created by the parent httpd which runs as root. When the child httpd processes that run as nobody try to connect they get a permission denied error. I currently fixed it by simply doing a chown nobody on the socket. -Rasmus