77 |
if ( $status eq "enabled" ) |
if ( $status eq "enabled" ) |
78 |
{ |
{ |
79 |
- $OUT = "LoadModule dav_module\tmodules/mod_dav.so"; |
- $OUT = "LoadModule dav_module\tmodules/mod_dav.so"; |
80 |
+ $OUT = "LoadModule dav_module\tmodules/mod_dav.so\n"; |
+ $OUT .= "LoadModule dav_module\tmodules/mod_dav.so\n"; |
81 |
+ $OUT = "LoadModule dav_fs_module modules/mod_dav_fs.so\n"; |
+ $OUT .= "LoadModule dav_fs_module modules/mod_dav_fs.so\n"; |
82 |
} |
} |
83 |
} |
} |
84 |
--- smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75BrowserMatchmod_dav.ImplementDAVForIbays 2008-03-23 14:29:19.000000000 +0100 |
--- smeserver-mod_dav-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/75BrowserMatchmod_dav.ImplementDAVForIbays 2008-03-23 14:29:19.000000000 +0100 |