From d12291373b796ae05220d6afb5bc0521a44854d1 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Thu, 10 Jun 2010 09:01:57 -0400 Subject: [PATCH] Fixed a wrong ifmodule with webdav - fixed it also in ssl ;-) --- 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 19402c3..0043ecb 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -346,7 +346,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