/etc/httpd/conf.modules.d/00-dav.conf - Red Hat Enterprise Linux 8 (Ootpa)

This is the default example configuration of 00-dav.conf provided by Apache. This config file was generated by Apache running on RHEL 8.

It is located under: /etc/httpd/conf.modules.d/00-dav.conf

    LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so

    
  

Config Details

Location
/etc/httpd/conf.modules.d/00-dav.conf
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
3 lines
MD5 checksum
56406b62d1fc7b7f1912e5b9e223f7a0

Usage

Download the raw file with wget or curl

Wget

wget -O 00-dav.conf.example http://exampleconfig.com/static/raw/apache/rhel8/etc/httpd/conf.modules.d/00-dav.conf

cURL

curl http://exampleconfig.com/static/raw/apache/rhel8/etc/httpd/conf.modules.d/00-dav.conf > 00-dav.conf.example