View Single Post

  #2 (permalink)  
Old 11-07-2007
D. Stussy
 
Posts: n/a
Default Re: webdav / apache 2.2.6

"Lammi" <Lorenz.Lammersdorf@gmail.com> wrote in message
news:1194347922.263788.41670@z9g2000hsf.googlegrou ps.com...
> i've set up a webdav directory and it works fine. there's just one
> problem: i'm not able to define a user who's not allowed to write or
> delete files. either there was no user allowed to access the directory
> or all users had full access.
>
> <Location /transfer>
> ...
> AuthGroupFile "/home/user/WebDavGroup"
> require valid-user


REMOVE "require valid-user"

> <Limit HEAD POST PUT COPY DELETE LOCK MKCOL MOVE UNLOCK>
> Require group rw
> </Limit>
> </Location>
> ...
> there's my fault?