]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blobdiff - apache1-mod_watch.conf
- from source package
[packages/apache1-mod_watch.git] / 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>
This page took 0.160756 seconds and 4 git commands to generate.