Yea everything is 664. I thought it was suspicious that there is no
AuthUserFile line in the config file though.
On Oct 26, 2004, at 8:16 PM, Randall Perry wrote:
on 10/26/04 8:19 PM, Chris Griffin at email@hidden wrote:
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.
I roll my own Apache so don't use ServerAdmin, but one thing to check:
Are group permissions set to writable for the files that have www for
group?
From the manual:
You need to give the www group Read access
to files within Web sites so that it can transfer the files to
browsers when
users connect to the
sites. If you’re using WebDAV, the www group also needs Write access
to the
files and folders
in the Web sites.
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>
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Design/Development
WebObjects Hosting
Mac Consulting/Sales