]> git.pld-linux.org Git - packages/apache1-mod_watch.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:14:34 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_watch.conf -> 1.5

apache-mod_watch.conf [deleted file]

diff --git a/apache-mod_watch.conf b/apache-mod_watch.conf
deleted file mode 100644 (file)
index d3c189b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# $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>
-  
-  <Location /watch-list>
-    SetHandler watch-list
-  </Location>
-</IfModule>
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.082459 seconds and 4 git commands to generate.