Apache HTTP Server - /etc/apache2/conf-available/serve-cgi-bin.conf
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen serve-cgi-bin.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert serve-cgi-bin.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 12 (Bookworm)
✓ Auch kompatibel:
Ubuntu 24.04 LTS (Noble Numbat),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
19 Zeilen
<IfModule mod_alias.c>
<IfModule mod_cgi.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>
<IfModule mod_cgid.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>
<IfDefine ENABLE_USR_LIB_CGI_BIN>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
</Directory>
</IfDefine>
</IfModule>
Download-Befehle
serve-cgi-bin.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O serve-cgi-bin.conf.example https://exampleconfig.com/api/v1/config/original/c146ad61e8853896938a5d30d7aa6c89?hint=serve-cgi-bin.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/c146ad61e8853896938a5d30d7aa6c89?hint=serve-cgi-bin.conf > serve-cgi-bin.conf.example