Update to 2.2.8
Changes with mod_fastcgi 2.2.8 *) Eliminate the concept of disabled applications. If a failure occurs trying to setup an application (e.g. bind() error) its tried repeatedly every init-start-delay seconds. *) Tweak to Makefile.tmpl to support DSOs. Dave Hill [ddhill@zk3.dec.com] Changes with mod_fastcgi 2.2.6 *) Shutdown the PM when Apache appears to have disappeared. *) seteuid() tweak for HP-UX 11. Milton L. Hankins [mlh@swl.msd.ray.com] *) Increase the number of open FDs we look to close when spawning apps. *) Prevent an assert from popping unnecessarily.
This commit is contained in:
parent
b39b79d6a7
commit
1cae14c6a0
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.13 2000/09/05 09:33:17 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2000/10/26 19:21:54 mjl Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mod_fastcgi_2.2.4
|
||||
PKGNAME= ap-fastcgi-2.2.4
|
||||
DISTNAME= mod_fastcgi_2.2.8
|
||||
PKGNAME= ap-fastcgi-2.2.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.fastcgi.com/dist/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.5 2000/05/18 10:14:32 mjl Exp $
|
||||
$NetBSD: md5,v 1.6 2000/10/26 19:21:54 mjl Exp $
|
||||
|
||||
MD5 (mod_fastcgi_2.2.4.tar.gz) = 2b58a46ad35604b0a72b6974c53616cb
|
||||
MD5 (mod_fastcgi_2.2.8.tar.gz) = 8a29f02b3d79d32091fe904dab39ae81
|
||||
|
|
Loading…
Reference in a new issue