summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-12-26 21:05:18 +0100
committerAndreas <andreas@immerda.ch>2009-12-26 21:05:18 +0100
commit2cad483fa8b6b216144ee633d40acb577b0b56fc (patch)
tree00723a0f50bba3fcc8fd59bd13f45722f12276bf /templates
parenta395ba844c86232f7f179b773394a72d8e9421d3 (diff)
DAV needs a writable dir for the db (with itk, with the correct user settings)
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/webdav/CentOS.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vhosts/webdav/CentOS.erb b/templates/vhosts/webdav/CentOS.erb
index bf4f2d2..f4a1f71 100644
--- a/templates/vhosts/webdav/CentOS.erb
+++ b/templates/vhosts/webdav/CentOS.erb
@@ -26,6 +26,7 @@
</IfModule>
<%- end -%>
<%- if not ssl_mode.to_s == 'force' then -%>
+ DAVLockDB <%= real_dav_db_dir %>
<Directory "<%= documentroot %>/">
Dav on
AllowOverride None
@@ -100,6 +101,7 @@
<%- if default_charset.to_s != 'absent' then -%>
AddDefaultCharset <%= default_charset %>
<%- end -%>
+ DAVLockDB <%= real_dav_db_dir %>
<Directory "<%= documentroot %>/">
Dav on
AllowOverride None