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

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



Your message dated Sun, 8 Jul 2007 23:27:41 +0200
with message-id <200707082327.49155.sf@debian.org>
and subject line apache2: Since ugrading to 2.2.3-3, webdav doesn't work: Invalid command 'AuthDigestFile'
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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.


--- End Message ---
--- Begin Message ---
This is just a config file syntax change and there is nothing that we 
can fix. Therefore closing the bug.

Etch r2 (2.2.3-4+etch2) will contain a warning about the need to 
adjust the config file.

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: