diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 13:32:20 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 13:32:20 +0000 |
commit | bf8de6192524655776976882a700e66eaf2646a7 (patch) | |
tree | 180bced139f9a62d3c18298a6c58bafae4548718 /profiles/desc/apache2_mpms.desc | |
parent | db42a995a5cdeedb9c3613dae4c387c77e8400b0 (diff) |
drop custom profile
Diffstat (limited to 'profiles/desc/apache2_mpms.desc')
-rw-r--r-- | profiles/desc/apache2_mpms.desc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc deleted file mode 100644 index 0bcdba8e..00000000 --- a/profiles/desc/apache2_mpms.desc +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |