NOTICE: This package has been removed from pkgsrc

./www/ap2-fastcgi, New, improved CGI-like interface module for Apache

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.4.6, Package name: ap22-fastcgi-2.4.6, Maintainer: pkgsrc-users

FastCGI provides a high-performance alternative to CGI for writing Web
server applications in a variety of languages, including Perl, C, C++,
Java, and Python. FastCGI gets its speed by having keeping application
processes running between requests. So, unlike CGI, you do not have the
overhead of starting up a new process and doing application initialization
(e.g. connecting to a database) each time somebody requests a document.

This package works with Apache version 2 series. In order to use FastCGI
with the version 1.3 series, use www/ap-fastcgi instead.


Required to run:
[www/apache22]

Required to build:
[lang/perl5] [devel/libtool-base]

Master sites:

SHA1: 69c56548bf97040a61903b32679fe3e3b7d3c2d4
RMD160: 95caee4847cb725aab6c7d8bf2db9dee49d46eec
Filesize: 97.881 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-10 17:22:19 by Joerg Sonnenberger | Files touched by this commit (239)
Log message:
Retire Apache 1.3 and 2.0.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-07-08 17:49:10 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR ready
   2008-10-01 12:03:11 by Takahiro Kambe | Files touched by this commit (4)
Log message:
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>]
   2007-12-05 18:42:49 by Geert Hendrickx | Files touched by this commit (3)
Log message:
APACHE_MANUAL is different in Apache 2.x and 1.3.x.  Substitute in shared
MESSAGE accordingly and bump PKGREVISION for ap2-fastcgi only.
   2007-06-30 18:09:10 by Joerg Sonnenberger | Files touched by this commit (18)
Log message:
Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@
   2006-12-09 00:34:11 by Juan Romero Pardines | Files touched by this commit (15)
Log message:
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.