summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-02-17 04:23:37 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-02-17 04:23:37 +0000
commit71123cec3a5b8d1d1b9bdfca49decd4209541989 (patch)
tree0618f50d038a603d80877c9f7c7a98acfca9b16c /profiles
parentRevision bump for 1.36.3 to include docs, use separate init scripts per bacul... (diff)
downloadgentoo-2-71123cec3a5b8d1d1b9bdfca49decd4209541989.tar.gz
gentoo-2-71123cec3a5b8d1d1b9bdfca49decd4209541989.tar.bz2
gentoo-2-71123cec3a5b8d1d1b9bdfca49decd4209541989.zip
Add mpm-event for apache-2.2
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 8e336ca93610..55adc689eafe 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1740 2006/02/17 03:46:45 labmonkey Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1741 2006/02/17 04:23:37 vericgar Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
@@ -1134,6 +1134,7 @@ net-wireless/wireless-tools:multicall - Build the most commonly used tools as on
net-wireless/wpa_supplicant:gsm - Add support for EAP-SIM authentication algorithm
net-wireless/wpa_supplicant:madwifi - Add support for madwifi-driver (Atheros chipset)
net-www/apache:lingerd - Enable support for lingerd
+net-www/apache:mpm-event - (experimental) Event MPM - a varient of the worker MPM that tries to solve the keep alive problem - requires epoll support and kernel 2.6
net-www/apache:mpm-leader - (experimental) Leader MPM - leaders/followers varient of worker MPM
net-www/apache:mpm-peruser - (experimental) Peruser MPM - child processes have seperate user/group ids
net-www/apache:mpm-prefork - Prefork MPM - non-threaded, forking MPM - similiar manner to Apache 1.3