Apache HTTP Server - /etc/apache2/mods-available/mpm_prefork.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original mpm_prefork.confConfiguration File Information
Authentic & Original
Unaltered mpm_prefork.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
13 lines
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxRequestWorkers: maximum number of server processes allowed to start
# MaxConnectionsPerChild: maximum number of requests a server process serves
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 150
MaxConnectionsPerChild 0
Download Commands
mpm_prefork.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O mpm_prefork.conf.example https://exampleconfig.com/api/v1/config/original/2c7263c7cd86af07dcedf627d0ad2ade?hint=mpm_prefork.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/2c7263c7cd86af07dcedf627d0ad2ade?hint=mpm_prefork.conf > mpm_prefork.conf.example