From d56eef9c087c6e98b9ba226e39c06fa191727e95 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Thu, 10 Jun 2010 08:58:43 -0400 Subject: [PATCH] Fixed a wrong ifmodule with webdav --- server/conf/vhost.conf.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 3552078..19402c3 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 -- Gitblit v1.9.1