Subject: CVS commit: pkgsrc/www/apache2
From: Johnny C. Lam
Date: 2004-11-22 23:52:53
Message id: 20041122225253.1A03C2DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.55modifypkgsrc/www/apache2/Makefile