mod_fastcgi version 1.3.2
Mark Brown (mbrown@openmarket.com)
Fri, 27 Sep 1996 18:17:44 -0400
Message-Id: <199609272217.SAA04486@breckenridge.openmarket.com>
To: fastcgi-developers@openmarket.com
Subject: mod_fastcgi version 1.3.2
Date: Fri, 27 Sep 1996 18:17:44 -0400
From: Mark Brown <mbrown@openmarket.com>
mod_fastcgi version 1.3.2 is now available from
http://www.fastcgi.com/servers/apache/1.3.2/apache-fastcgi.tar.Z
This version fixes a problem in 1.3.1. From the README file:
1. On some systems (SunOS, Linux?), fopen for append has a bug
that strikes when two processes append to the same file.
This bug causes the process manager to corrupt the error log.
Work around the bug by calling open, then fdopen. A patch
to Apache 1.1.1 is also required, as described in mod_fastcgi.html.
(Reported by Bob Ramstad.)
I have submitted the Apache patch to the Apache developers, and hope
it will be included in the 1.2 release of Apache.
--mark