Apache HTTP Server Configuration - Linux
/etc/httpd/conf.modules.d/01-cgi.conf
Quick Actions
๐ฅ Download Original 01-cgi.confConfiguration File Information
Authentic & Original
Unaltered 01-cgi.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Red Hat Enterprise Linux 9 (Plow)
โ Also compatible:
CentOS Stream 10,
CentOS Stream 9
Configuration File Content
12 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_prefork_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/a9f3a4439fcefa4ebdc3b2739d266a95?hint=01-cgi.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/a9f3a4439fcefa4ebdc3b2739d266a95?hint=01-cgi.conf > 01-cgi.conf.example
Related Configuration Files
/etc/httpd/conf.modules.d/01-cgi.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/httpd/conf.modules.d/01-cgi.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/httpd/conf.modules.d/01-cgi.conf
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX ยท Red Hat Enterprise Linux 9 (Plow)
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX ยท Red Hat Enterprise Linux 9 (Plow)
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX ยท Red Hat Enterprise Linux 9 (Plow)