Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 05/03/2000 09:40:35
Module Name:	pkgsrc
Committed By:	mjl
Date:		Wed May  3 16:40:35 UTC 2000

Modified Files:
	pkgsrc/www/ap-fastcgi: Makefile
	pkgsrc/www/ap-fastcgi/files: md5
	pkgsrc/www/ap-fastcgi/pkg: MESSAGE

Log Message:
Updated to mod_fastcgi 2.2.2. Changes include:

 *) Added support for blocking connect()s by setting appConnTimeout to 0.
    Non-blocking connect()s (the default) can be troublesome on some platforms.

 *) Wrap the SIGPIPE handler manipulation code such that it is only applicable
    to Apache releases prior to 1.3.6.

 *) Minor tweaks for RUSSIAN_APACHE.

 *) Dynamic updates:

    Always restart a failed dynamic application if it is the last instance.
    This means there once started there will always be at least one process
    instance of a dynamic application.

    Send PLEASE_START to the PM when a connect() results in an ECONNREFUSED.
    ECONNREFUSED means the listen queue is full (or there isn't one).  Asking
    the PM to start (another) application instance may help empty it faster.

    Change two sleep() calls to select() based snoozes because alarm() is in
    effect and sleep() and alarm() don't always play nice together.

 *) Fix -listen-queue-depth arg on FastCgiConfig (dynamic).  Previously it
    was ignored and the default was always used.

 *) Allow the -initial-env argument to be used to pass variables from the
    Apache process environment to the FastCGI server (by specifying a
    variable name without the "=" or a value).

 *) Improved script stderr handling.

 *) Changed the default listen-queue-depth (FCGI_DEFAULT_LISTEN_Q) from
    5 to 100.  Its still configurable with the -listen-queue-depth option.

 *) Fix a bug in FastCgiExternalServer that broke support for external servers
    on other hosts.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/www/ap-fastcgi/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/ap-fastcgi/files/md5
cvs rdiff -r1.5 -r1.6 pkgsrc/www/ap-fastcgi/pkg/MESSAGE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.