]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- confdir enabled apache1 and fix module loading
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 02:00:01 +0000 (02:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.conf -> 1.4

apache1-mod_dav.conf

index 596eee75cffecc2e18d0920616455b039a7d5518..eee7c97962d429d8a732c4d721a40801eaebb724 100644 (file)
@@ -1,5 +1,5 @@
-LoadModule dav_module           modules/mod_dav.so
-LoadModule dav_fs_module       modules/mod_dav_fs.so
+# $Id$
+LoadModule dav_module  modules/libdav.so
 
 <IfModule mod_dav.c>
        DavLockDB /var/lock/mod_dav
@@ -12,3 +12,5 @@ LoadModule dav_fs_module      modules/mod_dav_fs.so
 #              </Limit>
 #      </Location>                                                                                                                              
 </IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.056245 seconds and 4 git commands to generate.