]> git.pld-linux.org Git - packages/apache1-mod_watch.git/commitdiff
- from source package RA-1_0 STABLE apache-mod_watch-3_13-3 auto/ac/apache-mod_watch-4_03-1 auto/ac/apache-mod_watch-4_03-2 auto/ac/apache-mod_watch-4_03-3
authorradek <radek@pld-linux.org>
Fri, 30 Aug 2002 18:55:45 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_watch.conf -> 1.2
    apache1-mod_watch.conf -> 1.2

apache-mod_watch.conf
apache1-mod_watch.conf

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4ba6f905efd454fc094f0d10d73be702edfd1c06 100644 (file)
@@ -0,0 +1,19 @@
+<IfModule mod_watch.c>
+  # Allows the URL used to query virtual host data:
+  #
+  #   http://your.pld.machine/watch-info
+  #
+  <Location /watch-info>
+    SetHandler watch-info
+  </Location>
+
+  # Allows the URL used to query file owner and web
+  # server data:
+  #
+  #   http://your.pld.machine/~username/watch-info
+  #   http://your.pld.machine/~SERVER/watch-info
+  #
+  <Location /~*/watch-info>
+    SetHandler watch-info
+  </Location>
+</IfModule>
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4ba6f905efd454fc094f0d10d73be702edfd1c06 100644 (file)
@@ -0,0 +1,19 @@
+<IfModule mod_watch.c>
+  # Allows the URL used to query virtual host data:
+  #
+  #   http://your.pld.machine/watch-info
+  #
+  <Location /watch-info>
+    SetHandler watch-info
+  </Location>
+
+  # Allows the URL used to query file owner and web
+  # server data:
+  #
+  #   http://your.pld.machine/~username/watch-info
+  #   http://your.pld.machine/~SERVER/watch-info
+  #
+  <Location /~*/watch-info>
+    SetHandler watch-info
+  </Location>
+</IfModule>
This page took 0.143545 seconds and 4 git commands to generate.