]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- default mod_dav module configuration file.
authorkloczek <kloczek@pld-linux.org>
Sun, 24 Mar 2002 13:01:55 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dav.conf -> 1.1
    apache1-mod_dav.conf -> 1.1

apache-mod_dav.conf [new file with mode: 0644]
apache1-mod_dav.conf [new file with mode: 0644]

diff --git a/apache-mod_dav.conf b/apache-mod_dav.conf
new file mode 100644 (file)
index 0000000..bc16e2a
--- /dev/null
@@ -0,0 +1,11 @@
+<IfModule mod_dav.c>
+       DAVLockDB /var/lock/mod_dav/
+       DAVMinTimeout 600
+#      <Location /mypages>
+#              Options None
+#              DAV On
+#              <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
+#                      Require user greg
+#              </Limit>
+#      </Location>                                                                                                                              
+</IfModule>
diff --git a/apache1-mod_dav.conf b/apache1-mod_dav.conf
new file mode 100644 (file)
index 0000000..bc16e2a
--- /dev/null
@@ -0,0 +1,11 @@
+<IfModule mod_dav.c>
+       DAVLockDB /var/lock/mod_dav/
+       DAVMinTimeout 600
+#      <Location /mypages>
+#              Options None
+#              DAV On
+#              <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
+#                      Require user greg
+#              </Limit>
+#      </Location>                                                                                                                              
+</IfModule>
This page took 0.074258 seconds and 4 git commands to generate.