Description of problem: Module dav don't work out of the box. Version-Release number of selected component (if applicable): apache-mod_dav-2.4.20-2.mga6 How reproducible: Always until you do : cat << EOF >> /etc/httpd/conf/modules.d/00_mod_dav.conf DAVLockDB /var/lib/dav/lock EOF Plz add it in stock configuration plz, directory is already created with correct right. Steps to Reproduce: 1. mkdir /var/www/dav 2. chown apache. /var/www/dav 3. cat << EOF > /etc/httpd/conf/sites.d/02_dav.example.com_vhosts.conf <VirtualHost *:80> ServerAdmin dav@example.com ServerName dav.example.com DocumentRoot /var/www/dav <Directory /var/www/dav> DAV on AllowOverride None Require all granted </Directory> </VirtualHost> 2. konqueror webdav://dav.example.com/ 3. error_log contains : [Mon Jun 20 23:24:57.818188 2016] [dav:error] [pid 22745] [client 1.2.3.4] The lock database could not be opened, preventing access to the various lock properties for the PROPFIND. [500, #0] [Mon Jun 20 23:24:57.818210 2016] [dav:error] [pid 22745] [client 1.2.3.4] A lock database was not specified with the DAVLockDB directive. One must be specified to use the locking functionality. [500, #401]
Keywords: (none) => TriagedCC: (none) => marja11Assignee: bugsquad => shlomifSummary: Dav not working out of the box => apache-mod_dav not working out of the box
Resolved with apache-mod_dav-2.4.20-3.mga6 closing.
Status: NEW => RESOLVEDResolution: (none) => FIXED