Apache HTTP Server - /etc/apache2/mods-available/mpm_prefork.conf

Pulled directly from an unmodified installation.

Quick Actions

๐Ÿ“ฅ Download Original mpm_prefork.conf

Configuration File Information

Configuration File Content

/etc/apache2/mods-available/mpm_prefork.conf
17 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

<IfModule mpm_prefork_module>
	StartServers			 5
	MinSpareServers		  5
	MaxSpareServers		 10
	MaxRequestWorkers	  150
	MaxConnectionsPerChild   0
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

        

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/26e539a16e51c4feddd2eedc568692e6?hint=mpm_prefork.conf

Using curl:

curl https://exampleconfig.com/api/v1/config/original/26e539a16e51c4feddd2eedc568692e6?hint=mpm_prefork.conf > mpm_prefork.conf.example

Related Configuration Files

Technical Details

File Location
/etc/apache2/mods-available/mpm_prefork.conf
Platform
Linux
File Size
17 lines
Application
Apache HTTP Server
Compatible Versions
MD5 Checksum
26e539a16e51c4feddd2eedc568692e6
SHA256 Checksum
d1f93946561df6b544247da2e3ca68a9e45c0d74ebf305d548854f80e07cd173