/etc/httpd/conf.modules.d/00-mpm-itk.conf - CentOS Linux 7

This is the default example configuration of 00-mpm-itk.conf provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/httpd/conf.modules.d/00-mpm-itk.conf

    # ITK MPM (Multi-Processing Module). Mpm-itk allows you to run each of your
# vhost under a separate uid and gid - in short, the scripts and configuration
# files for one vhost no longer have to be readable for all the other vhosts.
#LoadModule mpm_itk_module modules/mod_mpm_itk.so

    
  

Config Details

Location
/etc/httpd/conf.modules.d/00-mpm-itk.conf
Operating system
CentOS Linux 7
Length
4 lines
MD5 checksum
553f23178cfc834962e343205c3d1995

Usage

Download the raw file with wget or curl

Wget

wget -O 00-mpm-itk.conf.example http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.modules.d/00-mpm-itk.conf

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.modules.d/00-mpm-itk.conf > 00-mpm-itk.conf.example