diff options
author | taca <taca> | 2008-10-01 10:03:11 +0000 |
---|---|---|
committer | taca <taca> | 2008-10-01 10:03:11 +0000 |
commit | 2c5a121d517297e775a098fa4455d838acdadc41 (patch) | |
tree | a5832c0c4db7ea2bfa75722e5b483885b831fcbf /www/ap2-fastcgi | |
parent | aaedbf5f31705bf814017265096ffbd11d9d5035 (diff) | |
download | pkgsrc-2c5a121d517297e775a098fa4455d838acdadc41.tar.gz |
Update ap-fastcgi and ap2-fastcgi to 2.4.6.
2.4.6
*) Fix a bug I introduced in 2.4.4 that broke dynamic application
restarts. Reported by [Yar <yarodin gmail.com>]
2.4.4
*) Allow FastCgiServer and FastCgiExternal server directives
to be used within VirtualHosts (again). Add docs to explain
potential accessibility from other VirtualHosts.
[Rob Saccoccio <robs fastcgi.com>]
*) Check for a null filename in the request to prevent an NPE that
was occurring when a WebSphere Apache module was also in use.
[Fabian Pehla <fabian pehla.de>}
*) [AP2] Call ap_set_content_type() rather than setting the content_type
directly so that the AddOutputFilterByType directive can work correctly.
[Thomas 'Freaky' Hurst <tom.hurst clara.net>]
*) Don't use initializers for timeval structs because on 64bit
MVS there is a padding field in between tv_sec and tv_usec.
[Eric Covener <covener gmail.com>]
*) [AP2] Add support for nph (non parsed header) scripts.
[Peter Zijlstra <peterz nedstat.com>]
*) Abort the request if the client connection ends prematurely.
[Peter Zijlstra <peterz nedstat.com>]
*) Introduce the apr_* backward compatibility macros removed
in Apache 2.2. ["Daniel Smertnig" <daniel.smertnig gmail.com>]
*) Fix a problem (remove install-modules) in Makefile.AP2 under
Apache 2.2. ["Daniel Smertnig" <daniel.smertnig gmail.com>]
*) Don't count an application exit towards the number of
failures when doing restart backoff handling if the exit
status is 0. ["Rob Saccoccio" <robs fastcgi.com>]
*) [*nix] Don't use suexec when there is no user/group in effect.
This change is consistent with Apache2 handling. Identified
by ["Florian Effenberger" <floeff arcor.de>].
*) Add a -min-server-life option to the FastCgiConfig and
FastCgiServer directives to provide better control of the
restart backoff feature. ["Benjamin Osheroff" <ben gimbo.net>]
Diffstat (limited to 'www/ap2-fastcgi')
-rw-r--r-- | www/ap2-fastcgi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap2-fastcgi/Makefile b/www/ap2-fastcgi/Makefile index 9d5f2fe3104..050fa0c7fa0 100644 --- a/www/ap2-fastcgi/Makefile +++ b/www/ap2-fastcgi/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2007/12/05 17:42:49 ghen Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/01 10:03:11 taca Exp $ .include "../../www/ap-fastcgi/Makefile.common" PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//} -PKGREVISION= 4 PKG_APACHE_ACCEPTED= apache2 apache22 APACHE_MANUAL= manual -APACHE_MODULE= # defined +APACHE_MODULE= YES USE_LIBTOOL= YES MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} |