PDA

View Full Version : Webdav 10.4.11


CaptCJ
02-12-2008, 03:40 PM
Hi,

As a newbie around here I hope that someone is able to help with this issue.

I've just migrated a 10.3 server running on a G4 to a new intel mac running 10.4.11. The sole purpose of the machine is to act as a web server using webdav.

I'm using realms to allow users read only access or read/write. My problem is that if a group only has 'can browse' writes in a realm then a user can't access that folder. However if I change a group to 'can author' the user can then access that folder.

I've been through and checked all the folders have the same ownerships as the 10.3 server.

Owner: www R/W
Group: admin R/W (this is the netinfo admin group)
Everyone: Read only

Thanks in advance

Craig

CaptCJ
02-21-2008, 03:18 AM
Hi, looks like I've got a solution. Whilst talking to someone about the issue, we looked at the site conf file in textwrangler, it appears that the word PROPFIND is missing from all the realms (see below).

</Directory>
<Directory "/Library/WebServer/Documents/xxx/xxxxxx/xxxxxxx">
AuthName "REALM NAME"
<Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Require group xxxxxx
</Limit>
**HERE** <Limit GET HEAD OPTIONS CONNECT POST PROPFIND> ****HERE****
Require group GROUPS
</Limit>
AuthType Basic

Craig