Apache HTTP Server Konfiguration - Linux
/etc/apache2/mods-available/mpm_worker.conf
Schnellaktionen
📥 Original herunterladen mpm_worker.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert mpm_worker.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
23 Zeilen
# worker 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
# ThreadLimit: ThreadsPerChild can be changed to this maximum value during a
# graceful restart. ThreadLimit can only be changed by stopping
# and starting Apache.
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestWorkers: maximum number of threads
# MaxConnectionsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_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-Befehle
mpm_worker.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O mpm_worker.conf.example https://exampleconfig.com/api/v1/config/original/2673a5a3f030bfb704bee034ce3a183c?hint=mpm_worker.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/2673a5a3f030bfb704bee034ce3a183c?hint=mpm_worker.conf > mpm_worker.conf.example
Verwandte Konfigurationsdateien
/etc/apache2/mods-available/mpm_worker.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_worker.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_worker.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_worker.conf
APT · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_worker.conf
APT · Debian 9 (Stretch)
/etc/apache2/mods-available/mpm_worker.conf
APT · Debian 9 (Stretch)