Skip to content

Commit d122913

Browse files
author
vogelor
committed
Fixed a wrong ifmodule with webdav - fixed it also in ssl ;-)
1 parent d56eef9 commit d122913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
347347
</IfModule>
348348

349-
<IfModule dav>
349+
<IfModule mod_dav_fs.c>
350350
# DO NOT REMOVE THE COMMENTS!
351351
# IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
352352
# WEBDAV BEGIN

0 commit comments

Comments
 (0)