summaryrefslogtreecommitdiff
path: root/www/ap-fastcgi
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-28Update to 2.2.10. Changes since 2.2.8:mjl2-5/+5
*) 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-10-26Update to 2.2.8mjl2-5/+5
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-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-05-18*** empty log message ***mjl1-2/+2
2000-05-18Update to 2.2.4. This makes it work for me, previous versions justmjl1-3/+3
didn't seem to do so.
2000-05-03Updated to mod_fastcgi 2.2.2. Changes include:mjl3-8/+8
*) 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-11-21Use wildcard dependence for "apache" package.tron1-2/+2
1999-05-13Update to 2.2.1.tv4-16/+12
1999-04-30Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssltv1-2/+2
now makes use of OpenSSL.
1999-04-14${LOCALBAASE}/bin/perl or bust.bad1-2/+2
1998-12-04Bump Apache version to `1.3.3.2'.tv1-2/+2
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 totv4-15/+16
1.3.3.1.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-3/+2
DEPENDS definition.
1998-10-05The dependencies should not have been commented out.tv1-3/+3
1998-10-03Add the FastCGI module for Apache, v 2.0.17. This pkg version of thetv6-0/+55
module compiles using apxs instead of compiling into the main binary.