I'm using Server Admin to configure WebDAV on Panther Server. I have
turned WebDAV on and set up a realm with a user that has Browse and
Author turned on. This realm is set for /Library/WebServer/Dcouments.
The files all have group www. When I try to delete a file I get
unauthorized user. I'm using Goliath 1.0.1. I looked at the config file
for the virtual server domain I'm using and it looks like it's missing
a AuthUserFile statement. Any ideas? Thanks.
Here is a fragment from the virtual config file:
<IfModule mod_dav.c>
DAVLockDB "/private/var/run/davlocks/.davlock100"
DAVMinTimeout 600
</IfModule>
<Directory "/Library/WebServer/Documents">
Options All -Indexes -ExecCGI +MultiViews
AllowOverride None
<IfModule mod_dav.c>
DAV On
</IfModule>
<Limit PUT DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Require user bruce
</Limit>
AuthName "varicorp"
AuthType Digest
</Directory>