Apache HTTP Server Konfiguration - Linux
/etc/httpd/conf.modules.d/01-cgi.conf
Schnellaktionen
📥 Original herunterladen 01-cgi.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert 01-cgi.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Red Hat Enterprise Linux 8 (Ootpa)
✓ Auch kompatibel:
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
15 Zeilen
# 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-Befehle
01-cgi.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O 01-cgi.conf.example https://exampleconfig.com/api/v1/config/original/36e54d4b2bd190f5cbad876bfbeda461?hint=01-cgi.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/36e54d4b2bd190f5cbad876bfbeda461?hint=01-cgi.conf > 01-cgi.conf.example
Verwandte Konfigurationsdateien
/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 8 (Ootpa)
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX · Red Hat Enterprise Linux 8 (Ootpa)
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX · Red Hat Enterprise Linux 8 (Ootpa)