Commit graph

25 commits

Author SHA1 Message Date
jonb
6c1b257916 Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
2001-05-20 05:23:26 +00:00
jlam
1edfee944f Change build dependency from perl-5.* to perl>=${PERL5_REQD}. 2001-04-30 03:46:32 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
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
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +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
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
jlam
bb3a955498 Use PERL5 variable for location of perl5 binary. 2000-08-28 09:14:50 +00:00
mjl
4857323a4d *** empty log message *** 2000-05-18 10:14:32 +00:00
mjl
8192156e3e Update to 2.2.4. This makes it work for me, previous versions just
didn't seem to do so.
2000-05-18 10:11:05 +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
mjl
8571747e3a Fix syntax of LoadModule line, which takes two parameters. 2000-04-18 09:04:54 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
001d077201 Use wildcard dependence for "apache" package. 1999-11-21 22:12:57 +00:00
tv
dba06c6aad Update to 2.2.1. 1999-05-13 14:59:43 +00:00
tv
930832d85c Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssl
now makes use of OpenSSL.
1999-04-30 17:05:19 +00:00
bad
286099986e ${LOCALBAASE}/bin/perl or bust. 1999-04-14 18:00:47 +00:00
tv
f9ff7d9ef4 Bump Apache version to `1.3.3.2'. 1998-12-04 17:25:59 +00:00
tv
8762dd8182 Fix configuration directives. You don't need to put ${PREFIX}, and the
dir is now lib/httpd instead of lib-apache.
1998-12-04 00:36:55 +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
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
tv
13be771a1b The dependencies should not have been commented out. 1998-10-05 14:27:19 +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