You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/profiles/desc/apache2_mpms.desc

13 lines
657 B

# Copyright 2007 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$
# 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