Commit graph

8 commits

Author SHA1 Message Date
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
mjl
beedb18aec Update to 2.2.10. Changes since 2.2.8:
*) Allow absolute pathnames in the -socket argument.

 *) Don't invoke suexec when the user/group for the fastcgi application
    is the same as the apache main server.  This is consistent with
    apache's suexec handling.

 *) Reset the apache drop dead timer upon successful read or writes
    to/from the client.  This eliminates timeouts that were occuring
    during the large file transfers to/from slow clients.

 *) Support generic wrappers such as cgiwrap by eliminating dependencies
    on Apache's SUEXEC, renaming the FastCgiSuexec directive
    FastCgiWrapper and eliminating any checks regarding the target
    application (this is the repsonibility of the wrapper).

 *) Fix a nasty bug that occurred when a client aborted a POST request
    before the connection to a dynamic FastCGI application was opened.
2000-11-28 13:03:06 +00:00
mjl
1cae14c6a0 Update to 2.2.8
Changes with mod_fastcgi 2.2.8

 *) Eliminate the concept of disabled applications.  If a failure
    occurs trying to setup an application (e.g. bind() error) its
    tried repeatedly every init-start-delay seconds.
 *) Tweak to Makefile.tmpl to support DSOs.  Dave Hill [ddhill@zk3.dec.com]

Changes with mod_fastcgi 2.2.6

 *) Shutdown the PM when Apache appears to have disappeared.
 *) seteuid() tweak for HP-UX 11.  Milton L. Hankins [mlh@swl.msd.ray.com]
 *) Increase the number of open FDs we look to close when spawning apps.
 *) Prevent an assert from popping unnecessarily.
2000-10-26 19:21:54 +00:00
mjl
4857323a4d *** empty log message *** 2000-05-18 10:14:32 +00:00
mjl
84c375e9fd 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.
2000-05-03 16:40:34 +00:00
tv
dba06c6aad Update to 2.2.1. 1999-05-13 14:59:43 +00:00
tv
a0aa86df95 Update to 2.0.18, and update apache dependency paths and version to
1.3.3.1.
1998-12-04 00:31:01 +00:00
tv
25d23d4f41 Add the FastCGI module for Apache, v 2.0.17. This pkg version of the
module compiles using apxs instead of compiling into the main binary.
1998-10-03 21:49:59 +00:00