Bug 18747 - apache-mod_dav not working out of the box
Summary: apache-mod_dav not working out of the box
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Shlomi Fish
QA Contact:
URL:
Whiteboard:
Keywords: Triaged
Depends on:
Blocks:
 
Reported: 2016-06-20 23:45 CEST by Raphael Gertz
Modified: 2016-06-29 03:28 CEST (History)
1 user (show)

See Also:
Source RPM: apache-2.4.20-2.mga6.src.rpm
CVE:
Status comment:


Attachments

Description Raphael Gertz 2016-06-20 23:45:10 CEST
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]
Marja Van Waes 2016-06-21 10:15:45 CEST

Keywords: (none) => Triaged
CC: (none) => marja11
Assignee: bugsquad => shlomif
Summary: Dav not working out of the box => apache-mod_dav not working out of the box

Comment 1 Raphael Gertz 2016-06-29 03:28:30 CEST
Resolved with apache-mod_dav-2.4.20-3.mga6 closing.

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.