Apache HTTP Server - /etc/apache2/conf-available/serve-cgi-bin.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original serve-cgi-bin.confConfiguration File Information
Authentic & Original
Unaltered serve-cgi-bin.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Configuration File Content
21 lines
<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 Commands
serve-cgi-bin.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O serve-cgi-bin.conf.example https://exampleconfig.com/api/v1/config/original/21abde7dadc1020140b9ab796d06fd29?hint=serve-cgi-bin.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/21abde7dadc1020140b9ab796d06fd29?hint=serve-cgi-bin.conf > serve-cgi-bin.conf.example