Updated to mod_fastcgi 2.2.2. Changes include:
authormjl <mjl>
Wed, 3 May 2000 16:40:35 +0000 (16:40 +0000)
committermjl <mjl>
Wed, 3 May 2000 16:40:35 +0000 (16:40 +0000)
commit355b552ee9c97a48c1222725e6c5f99e86a9aa32
tree598cb80a955ad0f58a2a5666e7a1c1c85b12cad8
parent83572ea93c26708a2c5d6a97c2027d126f7f09bb
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.
www/ap-fastcgi/Makefile
www/ap-fastcgi/files/md5
www/ap-fastcgi/pkg/MESSAGE