Common Alias for Dav Users

This is a discussion on Common Alias for Dav Users within the Apache Web Server forums, part of the Web Server and Related Forums category; I'm trying to configure a Dav server, that has user directories and each directory has access to a common ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-15-2004
Jason McLeod
 
Posts: n/a
Default Common Alias for Dav Users

I'm trying to configure a Dav server, that has user directories and
each directory has access to a common share.

/(Root)
/User1
/User1/common
/User2/
/User2/common

I have the following configuration, but I don't know how to implement
the common folder.

<VirtualHost dav.server.net:80>
ServerName dav.server.net
<Directory /mnt/common>
Dav ON
AllowOverride None
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
Require valid-user
</Limit>
</Directory>

DocumentRoot /var/www/dav
<Directory /var/www/dav>
Dav ON
AuthType Digest
AuthName "DavAuth"
AuthDigestDomain "/"
AuthDigestFile /var/www/.digest_pw
Require valid-user
AllowOverride None
Options None
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
Require valid-user
</Limit>
</Directory>
<Location /user1>
DAVDepthInfinity On
<Limit PUT POST DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
PROPFIND>
Require user user1
</Limit>
</Location>
<Location /user2>
DAVDepthInfinity On
<Limit PUT POST DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
PROPFIND>
Require user user2
</Limit>
</Location>
</VirtualHost>
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:01 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0