Apache HTTP Server Konfiguration - Linux
/etc/apache2/conf-available/serve-cgi-bin.conf
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 9 (Stretch)
✓ Auch kompatibel:
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Konfigurationsdatei-Inhalt
21 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>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
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/21abde7dadc1020140b9ab796d06fd29?hint=serve-cgi-bin.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/21abde7dadc1020140b9ab796d06fd29?hint=serve-cgi-bin.conf > serve-cgi-bin.conf.example
Verwandte Konfigurationsdateien
/etc/apache2/conf-available/serve-cgi-bin.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/conf-available/serve-cgi-bin.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/conf-available/serve-cgi-bin.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/conf-available/serve-cgi-bin.conf
APT · Debian 9 (Stretch)
/etc/apache2/conf-available/serve-cgi-bin.conf
APT · Debian 9 (Stretch)
/etc/apache2/conf-available/serve-cgi-bin.conf
APT · Debian 9 (Stretch)