[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#397239: apache2: Since ugrading to 2.2.3-3, webdav doesn't work: Invalid command 'AuthDigestFile'



Package: apache2
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Since upgrading to 2.2.3-3, webdav doestn't work anymore.


Starting web server (apache2)...Syntax error on line 24 of /etc/apache2/sites-enabled/webdav:
Invalid command 'AuthDigestFile', perhaps misspelled or defined by a module not included in the server configuration
 failed!


The config for the webdav in the /sites-enabled directory looks like this:

<VirtualHost myside:80>
        ServerAdmin peter@myside
        ServerName the.servername.org
        ServerAlias www.servername.org
        DocumentRoot /home/webdav/webdavdir
        <Directory /home/webdav/webdavdir>
                Options Indexes MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ErrorLog /var/log/apache2/error_webdav.log
        LogLevel warn
        CustomLog /var/log/apache2/access_webdav.log combined

        # Note Alias goes to our DocumentRoot.
        Alias /webdav /home/webdav/webdavdir
        # But we apply different settings
        <Location /webdav>
           DAV On
           AuthType Digest
           AuthName "webdav-user"
           AuthDigestFile /home/webdav/digest-password
           Require valid-user
       </Location>
</VirtualHost>

The mods dav,dav_fs,dav_lock and auth_digest are enabled for webdav.



Reply to: