diff options
author | 2007-11-28 07:50:44 +0000 | |
---|---|---|
committer | 2007-11-28 07:50:44 +0000 | |
commit | 04aa3602ebecbd1b33162627e3303ea680632a60 (patch) | |
tree | cdd0414187992fe52841b665a9368a414388c714 /profiles/desc/apache2_mpms.desc | |
parent | Version bump. (diff) | |
download | gentoo-2-04aa3602ebecbd1b33162627e3303ea680632a60.tar.gz gentoo-2-04aa3602ebecbd1b33162627e3303ea680632a60.tar.bz2 gentoo-2-04aa3602ebecbd1b33162627e3303ea680632a60.zip |
Add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND
Diffstat (limited to 'profiles/desc/apache2_mpms.desc')
-rw-r--r-- | profiles/desc/apache2_mpms.desc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc new file mode 100644 index 000000000000..ade11a097d3b --- /dev/null +++ b/profiles/desc/apache2_mpms.desc @@ -0,0 +1,12 @@ +# Copyright 2007 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_mpms.desc,v 1.1 2007/11/28 07:50:44 hollow Exp $ + +# This file contains descriptions of APACHE2_MPMS USE_EXPAND flags. + +# Keep it sorted. +event - An experimental variant of the standard worker MPM +itk - Allows to run each virtual host under a separate uid and gid +peruser - Peruser is a working implementation of the perchild MPM allowing to run each apache child process as its own user and group, each handling its own set of virtual hosts +prefork - Implements a non-threaded, pre-forking web server +worker - Multi-Processing Module implementing a hybrid multi-threaded multi-process web server |