From d56eef9c087c6e98b9ba226e39c06fa191727e95 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Thu, 10 Jun 2010 12:58:43 +0000
Subject: [PATCH] Fixed a wrong ifmodule with webdav

---
 server/conf/vhost.conf.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 35520784ce..19402c32ef 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -162,7 +162,7 @@
       AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
     </IfModule>
 
-    <IfModule dav>
+    <IfModule mod_dav_fs.c>
       # DO NOT REMOVE THE COMMENTS!
       # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
       # WEBDAV BEGIN
-- 
GitLab