blob: 8e678e5e0bdd5003dac5ce96b76296c03bb6b04d (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
prefork - Implements a non-threaded, pre-forking web server
worker - Multi-Processing Module implementing a hybrid multi-threaded multi-process web server
|