Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Common Alias for Dav Users

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Common /cgi-bin/ area for all the Virtual Hosts (suexec en.. - .. On Apache 2.0.47, is it possible to set a default /cgi/bin/ area that can have files that will run for any of the virtual hosts? They all have separate ID's. Thanks in advance for any or comments. ..

an alias for use a dll as a cgi ! - Hello, I don't find this option in Apache : how to use a .dll and alias it as a .cgi. Example :I want to be alias and named in I found it on Alibaba server : it names DLL alias you enter an Alias:..

Problems with alias - Hello we've got 4 running on listening on port 7000. External traffic comming on port 80 is directet to this internal port by an On this server we got some aliases defined, such as alias /shop..

alias/shortcuts - hi, is it possible to configure url shortcuts (for search engine) without the existence of a real i tried the Redirect directive but apache returns 'file not found'. e.g. should

problem with Alias - Hi all, I've managed to configure Apache with Tomcat so to use the Cocoon framework for the of an I would like to make available the directory of the magazine (situated in the folder)..
Next:  Apache: SSL and IP based virtual hosting  
Author Message
anakin

External


Since: Jan 15, 2004
Posts: 1



(Msg. 1) Posted: Thu Jan 15, 2004 5:17 pm
Post subject: Common Alias for Dav Users
Archived from groups: alt>apache>configuration (more info?)

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>

 >> Stay informed about: Common Alias for Dav Users 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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



[ Contact us | Terms of Service/Privacy Policy ]