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: CentOS Stream 10
✓ Auch kompatibel:
CentOS Stream 9
Red Hat Enterprise Linux 9 (Plow),
Konfigurationsdatei-Inhalt
12 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_prefork_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/a9f3a4439fcefa4ebdc3b2739d266a95?hint=01-cgi.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/a9f3a4439fcefa4ebdc3b2739d266a95?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 · CentOS Stream 10
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX · CentOS Stream 10
/etc/httpd/conf.modules.d/01-cgi.conf
NGINX · CentOS Stream 10