# Configuration file based on default supplied with mod_dav_ac # By Jaco Kroon # Load the module if DAV_ACL is defined. LoadModule dav_acl_module modules/mod_dav_acl.so # GLOBALS but can of course be local as well # But _update_ these settings these are just examples # and acltests is only for running tests AclOwnerFullRights on AclLockFile /var/tmp/davacl.lock AclSharedMemFile /var/tmp/davacl.shm AclSharedMemSize 65000 AclPrincipals http://localhost/principals AclPrincipalDir /var/www/principals AclUsePropertyDB off # Sample /principals - you should add one of these to your # vhost declaration :). Note that the authentication is # up to you to handle, the sample makes use of a passwords file # in /var/www/principalusers, format is for Digest auth (some clients # have issues with this). Alter as you see fit. Alias /principals "/var/www/principals/" Dav on Options None AuthType Digest AuthName "dav_acl" AuthUserFile /var/www/principalusers Require valid-user AuthDigestProvider file FileETag MTime DAVETagResponse on DAVACL on # Enable this if you'd like to run the acltests ... # The directory MUST exist, and be accessible by the apache user. # Alias /acltests "/var/www/acltests/" # # # Dav on # # AuthType Digest # AuthName "dav_acl" # AuthUserFile /var/www/principalusers # Require valid-user # AuthDigestProvider file # # FileETag MTime # # DAVETagResponse on # DAVACL on #