Fix BIND syntax
[hcoop/domtool2.git] / lib / mod_dav.dtl
CommitLineData
c8505e59
AC
1{{Support for Apache's mod_dav, which we use primarily for Subversion access}}
2
3extern val davSvn : your_path -> [Location];
4{{Enable DAV-based serving of your Subversion repository rooted at the given
5 path.}}
6
7extern val authzSvnAccessFile : your_path -> [Location];
8{{Choose a file to use for Subversion access control.}}