Apache HTTP Server - /etc/apache2/mods-available/dir.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original dir.confConfiguration File Information
Authentic & Original
Unaltered dir.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 11 (Bullseye)
โ Also compatible:
Debian 10 (Buster),
Debian 9 (Stretch),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Configuration File Content
6 lines
<IfModule mod_dir.c>
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download Commands
dir.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O dir.conf.example https://exampleconfig.com/api/v1/config/original/fe4bc5fa3b3cc7a241fe57f8fabc55a1?hint=dir.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/fe4bc5fa3b3cc7a241fe57f8fabc55a1?hint=dir.conf > dir.conf.example