Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 11/28/2000 15:03:06
Module Name:	pkgsrc
Committed By:	mjl
Date:		Tue Nov 28 13:03:06 UTC 2000

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/www/ap-fastcgi/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/www/ap-fastcgi/files/md5

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