Apache HTTP Server Konfiguration - Linux
/etc/apache2/mods-available/mpm_prefork.conf
Schnellaktionen
📥 Original herunterladen mpm_prefork.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert mpm_prefork.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 9 (Stretch)
✓ Auch kompatibel:
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Konfigurationsdatei-Inhalt
17 Zeilen
# 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-Befehle
mpm_prefork.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O mpm_prefork.conf.example https://exampleconfig.com/api/v1/config/original/26e539a16e51c4feddd2eedc568692e6?hint=mpm_prefork.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/26e539a16e51c4feddd2eedc568692e6?hint=mpm_prefork.conf > mpm_prefork.conf.example
Verwandte Konfigurationsdateien
/etc/apache2/mods-available/mpm_prefork.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_prefork.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_prefork.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_prefork.conf
APT · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_prefork.conf
APT · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_prefork.conf
APT · Debian 9 (Stretch)