Apache HTTP Server - /etc/apache2/mods-available/dav.load
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original dav.loadConfiguration File Information
Authentic & Original
Unaltered dav.load from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 22.04 LTS (Jammy Jellyfish)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm),
Ubuntu 24.04 LTS (Noble Numbat),
โ Different versions:
Configuration File Content
4 lines
<IfModule !mod_dav.c>
LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so
</IfModule>
Download Commands
dav.load โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O dav.load.example https://exampleconfig.com/api/v1/config/original/2ee48948add72e6b8682d041acbcab7f?hint=dav.load
Using curl:
curl https://exampleconfig.com/api/v1/config/original/2ee48948add72e6b8682d041acbcab7f?hint=dav.load > dav.load.example