]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blobdiff - apache1-mod_watch.conf
- update config dir macro
[packages/apache1-mod_watch.git] / apache1-mod_watch.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fd4fdd02fb04217d77eb66c25a9a8447ec336e0a 100644 (file)
@@ -0,0 +1,24 @@
+# $Id$
+LoadModule watch_module      modules/mod_watch.so
+
+<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>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.065539 seconds and 4 git commands to generate.