]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blob - apache-mod_watch.conf
- added Id cvs tag and vim modeline
[packages/apache1-mod_watch.git] / apache-mod_watch.conf
1 # $Id$
2 <IfModule mod_watch.c>
3   # Allows the URL used to query virtual host data:
4   #
5   #   http://your.pld.machine/watch-info
6   #
7   <Location /watch-info>
8     SetHandler watch-info
9   </Location>
10
11   # Allows the URL used to query file owner and web
12   # server data:
13   #
14   #   http://your.pld.machine/~username/watch-info
15   #   http://your.pld.machine/~SERVER/watch-info
16   #
17   <Location /~*/watch-info>
18     SetHandler watch-info
19   </Location>
20 </IfModule>
21 # vim: filetype=apache ts=4 sw=4 et
This page took 0.05163 seconds and 3 git commands to generate.