<NONE>
Sonya Rikhtverchik (rikhtver@OpenMarket.com)
Fri, 27 Jun 1997 11:46:31 -0400
Message-Id: <199706271546.LAA24926@u4-138.openmarket.com>
To: fastcgi-developers@OpenMarket.com
Date: Fri, 27 Jun 1997 11:46:31 -0400
From: Sonya Rikhtverchik <rikhtver@OpenMarket.com>
Subject: <NONE>
Date: Thu, 26 Jun 1997 15:26:29 -0500
From: "Marc W. Mengel" <mengel@FNAL.GOV>
Subject: port 80 bugfix for apache mod_fastcgi.c for Apache-1.2
Sender: mengel@fsui02.fnal.gov
To: fastcgi-developers@openmarket.com
Reply-to: "Marc W. Mengel" <mengel@FNAL.GOV>
Message-Id: <199706262026.PAA12682@fsui02.fnal.gov>
Organization: Fermilab Unix System Support Group
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-Phone: (708)840-8256
I brought up mod_fastcgi under Apache-1.2, on a server on port 80
which (therefore) starts as root. It creates the
FastCgiIpcDir/dynamic/mbox
file while still root, then cannot write on it later, and fills up the
logfile error with billions and billions of:
[...] mod_fastcgi: Unable to open mbox
errors. The fix is to add:
chown(mbox,user_id,group_id);
just before the end of CreateDynamicDirAndMbox().
Marc
------- End of Forwarded Message