SearchSearch   

Multiple WebDAV directories

 
   Webmaster Forums (Home) -> Apache RSS
Next:  .htaccess isn't working, please advise  
Author Message
mtuller

External


Since: Jun 01, 2007
Posts: 10



(Msg. 1) Posted: Wed Aug 01, 2007 1:43 pm
Post subject: Multiple WebDAV directories
Archived from groups: alt>apache>configuration (more info?)

Is it possible to nest WebDAV directories, so that I can give access
to the web root to one group, but to another give access to only a
directory within the web root?

What I have now is only for a single directory within the web root:

DAVLockDB /tmp/DAVLock

<Location /mydirectory/>
DAV On
AllowOverride None
Options Indexes FollowSymLinks
ForceType text/plain
AuthName 'mydirectory'
AuthType Basic
AuthUserFile "/etc/dav/access"
<LimitExcept GET HEAD OPTIONS>
require user me
</LimitExcept>
</Location>

I have tried to add another <Location> for the web root, but then I
cannot login to either. What is the trick that I am missing?


Mike
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> Apache
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum