NOTICE: This package has been removed from pkgsrc

./www/ap-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:
[pkgtools/cwrappers]

Master sites:

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

Version history: (Expand)


CVS history: (Expand)


   2018-01-01 11:23:09 by Thomas Klausner | Files touched by this commit (145) | Package removed
Log message:
apache22: remove, it was eol'd in June 2017

Remove packages that only work with apache22.
Remove apache22 references.
   2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209)
Log message:
Comment out dead sites.
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   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-02-20 15:58:46 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
DESTDIR support for various Apache modules.
   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.