summaryrefslogtreecommitdiff
path: root/www/ap-fastcgi/pkg
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-21/+0
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+0
2000-05-03Updated to mod_fastcgi 2.2.2. Changes include:mjl1-2/+2
*) 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-04-18Fix syntax of LoadModule line, which takes two parameters.mjl1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-05-13Update to 2.2.1.tv2-5/+5
1998-12-04Fix configuration directives. You don't need to put ${PREFIX}, and thetv1-4/+2
dir is now lib/httpd instead of lib-apache.
1998-12-04Update to 2.0.18, and update apache dependency paths and version totv2-5/+6
1.3.3.1.
1998-10-03Add the FastCGI module for Apache, v 2.0.17. This pkg version of thetv4-0/+23
module compiles using apxs instead of compiling into the main binary.