Apache HTTP Server - /etc/apache2/mods-available/mpm_event.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original mpm_event.confConfiguration File Information
Authentic & Original
Unaltered mpm_event.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 12 (Bookworm),
โ Different versions:
Configuration File Content
15 lines
# event MPM
# StartServers: initial number of server processes to start
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestWorkers: maximum number of worker threads
# MaxConnectionsPerChild: maximum number of requests a server process serves
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 150
MaxConnectionsPerChild 0
Download Commands
mpm_event.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O mpm_event.conf.example https://exampleconfig.com/api/v1/config/original/157cee0c8592d9e8bbffcd33abac3e2a?hint=mpm_event.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/157cee0c8592d9e8bbffcd33abac3e2a?hint=mpm_event.conf > mpm_event.conf.example