From owner-freebsd-questions Sat Nov 29 19:33:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA11836 for questions-outgoing; Sat, 29 Nov 1997 19:33:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA11831 for ; Sat, 29 Nov 1997 19:33:03 -0800 (PST) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id TAA18041 for ; Sat, 29 Nov 1997 19:33:03 -0800 (PST) Date: Sat, 29 Nov 1997 19:33:02 -0800 (PST) From: "Eric J. Schwertfeger" To: questions@freebsd.org Subject: 2.2-Stable breaks FCGI Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry, half way through writing a lenghty description of the problem, I figured out what the problem is. For people upgrading FreeBSD/Apache/FCGI web servers, if you upgrade and suddenly start getting internal server errors on all of your FCGI apps, you should set a umask of 111 in your script that starts apache. Basically, somehow a umask of 002 was being applied, so the server was unable to connect to the unix sockets that the apps were creating. (just glad I had another still functioning server to compare with).