Apache HTTP Server Configuration - Linux

/etc/httpd/conf.modules.d/01-cgi.conf

Quick Actions

๐Ÿ“ฅ Download Original 01-cgi.conf

Configuration File Information

Configuration File Content

/etc/httpd/conf.modules.d/01-cgi.conf
15 lines
# This configuration file loads a CGI module appropriate to the MPM
# which has been configured in 00-mpm.conf.  mod_cgid should be used
# with a threaded MPM; mod_cgi with the prefork MPM.

<IfModule mpm_worker_module>
   LoadModule cgid_module modules/mod_cgid.so
</IfModule>
<IfModule mpm_event_module>
   LoadModule cgid_module modules/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
   LoadModule cgi_module modules/mod_cgi.so
</IfModule>


        

Download Commands

01-cgi.conf โ€ข

Download the 100% original unaltered configuration file pulled from Apache HTTP Server

Using wget:

wget -O 01-cgi.conf.example https://exampleconfig.com/api/v1/config/original/36e54d4b2bd190f5cbad876bfbeda461?hint=01-cgi.conf

Using curl:

curl https://exampleconfig.com/api/v1/config/original/36e54d4b2bd190f5cbad876bfbeda461?hint=01-cgi.conf > 01-cgi.conf.example

Related Configuration Files

Technical Details

File Location
/etc/httpd/conf.modules.d/01-cgi.conf
Platform
Linux
File Size
15 lines
Application
Apache HTTP Server
MD5 Checksum
36e54d4b2bd190f5cbad876bfbeda461
SHA256 Checksum
9dd1229936b7e391cc543738eb98a28b5f0033c7bff93bad1fe02e935ebdf087