Subject: CVS commit: pkgsrc/www/apache2
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/22/2004 22:52:53
Module Name: pkgsrc
Committed By: jlam
Date: Mon Nov 22 22:52:53 UTC 2004
Modified Files:
pkgsrc/www/apache2: Makefile
Log Message:
* Create APACHE_MPM variable that can be either "prefork" or "worker"
(defaulting to "prefork") that chooses the multi-processing model
for apache to handle requests. "Prefork" is the method used by
Apache-1.3, which is non-threaded. "Worker" uses threads to handle
requests.
* Fix libtool usage in this package. Apache uses libtool, but is
hardcoded to use the libtool installed by devel/apr. Patch the
generated makefile fragment to use a local libtool instead, and
allow the usual libtool wrapper to take its place.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/www/apache2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.