summaryrefslogtreecommitdiff
path: root/profiles/desc/apache2_mpms.desc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /profiles/desc/apache2_mpms.desc
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'profiles/desc/apache2_mpms.desc')
-rw-r--r--profiles/desc/apache2_mpms.desc4
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc
index 0bcdba8e489e..6e12cd63b04c 100644
--- a/profiles/desc/apache2_mpms.desc
+++ b/profiles/desc/apache2_mpms.desc
@@ -1,11 +1,9 @@
-# Copyright 2007 Gentoo Foundation.
+# Copyright 2007-2022 Gentoo Authors.
# 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