summaryrefslogtreecommitdiff
path: root/profiles/desc/apache2_mpms.desc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-07 19:14:06 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-07 19:14:06 +0000
commit0c3540ab69f6ea4d82d6fa53b1255faa017961cd (patch)
tree26d249454557bcc27ea2224cd90443be32330fac /profiles/desc/apache2_mpms.desc
parent9e9d1bddd020bfc7d2d4182d01d94128f99bb1bf (diff)
resync redcore profile
Diffstat (limited to 'profiles/desc/apache2_mpms.desc')
-rw-r--r--profiles/desc/apache2_mpms.desc11
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc
new file mode 100644
index 00000000..0bcdba8e
--- /dev/null
+++ b/profiles/desc/apache2_mpms.desc
@@ -0,0 +1,11 @@
+# Copyright 2007 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# 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