Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 1997 19:33:02 -0800 (PST)
From:      "Eric J. Schwertfeger" <ejs@bfd.com>
To:        questions@freebsd.org
Subject:   2.2-Stable breaks FCGI
Message-ID:  <Pine.BSF.3.95.971129191723.29610A-100000@harlie.bfd.com>

next in thread | raw e-mail | index | archive | help

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).




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.971129191723.29610A-100000>