]> git.pld-linux.org Git - packages/apache1-mod_watch.git/commitdiff
- added LoadModule auto/ac/apache-mod_watch-4_03-4 auto/ac/apache-mod_watch-4_03-5 auto/th/apache-mod_watch-4_03-5 auto/th/apache-mod_watch-4_03-6
authorheretyk <heretyk@pld-linux.org>
Sat, 20 Nov 2004 17:44:15 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added watch-list handling

Changed files:
    apache-mod_watch.conf -> 1.4

apache-mod_watch.conf

index 6d256c9de2ec5292800b8d59f0b20495eabcd292..d3c189b8fbce161270dc0e311cb543641a3e45b7 100644 (file)
@@ -1,4 +1,7 @@
 # $Id$
+
+LoadModule watch_module modules/mod_watch.so
+
 <IfModule mod_watch.c>
   # Allows the URL used to query virtual host data:
   #
@@ -17,5 +20,9 @@
   <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.072244 seconds and 4 git commands to generate.