mod_fastcgi version 1.3.1
Mark Brown (mbrown@openmarket.com)
Tue, 17 Sep 1996 18:56:36 -0400
Message-Id: <199609172256.SAA23922@breckenridge.openmarket.com>
To: fastcgi-developers@openmarket.com
Subject: mod_fastcgi version 1.3.1
Date: Tue, 17 Sep 1996 18:56:36 -0400
From: Mark Brown <mbrown@openmarket.com>
mod_fastcgi version 1.3.1 is now available from
http://www.fastcgi.com/servers/apache/1.3.1/apache-fastcgi.tar.Z
This version fixes a few problems in 1.3. From the README file:
1. On some systems (Linux, SunOS, others?), the Apache default user_id
(-1) is not a legal value of uid_t, so cast it. (Reported by Bob
Ramstad, Scott Langley, others.)
2. On some systems (Linux, Irix, some Solaris?), connect requires
write access to a Unix Domain socket, so provide it. (Reported
by Scott Langley, freeform@wired.com, others.)
3. If you hit a .fcg file, but there's no AppClass defined, the
error should be NOT_FOUND instead of SERVER_ERROR. (Reported
by Michael Smith.)
Thanks to everyone who reported bugs and made suggestions.
--mark