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

Pulled directly from an unmodified installation.

Quick Actions

๐Ÿ“ฅ Download Original mpm_event.conf

Configuration File Information

Configuration File Content

/etc/apache2/mods-available/mpm_event.conf
19 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
<IfModule mpm_event_module>
	StartServers			 2
	MinSpareThreads		 25
	MaxSpareThreads		 75
	ThreadLimit			 64
	ThreadsPerChild		 25
	MaxRequestWorkers	  150
	MaxConnectionsPerChild   0
</IfModule>

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

        

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/d868a76835101a66be2863362ef9f81a?hint=mpm_event.conf

Using curl:

curl https://exampleconfig.com/api/v1/config/original/d868a76835101a66be2863362ef9f81a?hint=mpm_event.conf > mpm_event.conf.example

Related Configuration Files

Technical Details

File Location
/etc/apache2/mods-available/mpm_event.conf
Platform
Linux
File Size
19 lines
Application
Apache HTTP Server
Compatible Versions
MD5 Checksum
d868a76835101a66be2863362ef9f81a
SHA256 Checksum
4318a07a1640426a4813e45a7fc2eab4764baca29b7f0ab2eace27b53ef27c0c