/etc/apache2/mods-available/mpm_prefork.load - Debian GNU/Linux 11 (bullseye)

This is the default example configuration of mpm_prefork.load provided by Apache. This config file was generated by Apache running on Debian 11.

It is located under: /etc/apache2/mods-available/mpm_prefork.load

    # Conflicts: mpm_event mpm_worker
LoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so

    
  

Config Details

Location
/etc/apache2/mods-available/mpm_prefork.load
Operating system
Debian GNU/Linux 11 (bullseye)
Length
2 lines
MD5 checksum
9bcdffe5055526e0929ecd49ee311c9e

Usage

Download the raw file with wget or curl

Wget

wget -O mpm_prefork.load.example http://exampleconfig.com/static/raw/apache/debian11/etc/apache2/mods-available/mpm_prefork.load

cURL

curl http://exampleconfig.com/static/raw/apache/debian11/etc/apache2/mods-available/mpm_prefork.load > mpm_prefork.load.example