cryptonas/conf-examples/apache2_dav.conf
lars 7e500b232d some example configuration files for hook scripts added
removed obsolete configuration files (old perl version)
2006-11-09 11:49:31 +00:00

12 lines
415 B
Plaintext

# this file is part of the CryptoBox
# put it into /etc/apache2/conf.d/
<IfModule mod_dav_fs.c>
# lock database - should be writeable for www-data
DavLockDB /tmp/dav_lock.db
# a longer value than the default (120) help for high-latency networks
DavMinTimeout 600
# include the configuration file, that will contain "include" lines for every share
Include /etc/cryptobox/apache2_dav-includes.conf
</IfModule>