]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blame - apache-mod_watch.conf
- converted to UTF-8
[packages/apache1-mod_watch.git] / apache-mod_watch.conf
CommitLineData
12a7f9ba 1# $Id$
3817e726 2
3LoadModule watch_module modules/mod_watch.so
4
a388ac4e 5<IfModule mod_watch.c>
6 # Allows the URL used to query virtual host data:
7 #
8 # http://your.pld.machine/watch-info
9 #
10 <Location /watch-info>
11 SetHandler watch-info
12 </Location>
13
14 # Allows the URL used to query file owner and web
15 # server data:
16 #
17 # http://your.pld.machine/~username/watch-info
18 # http://your.pld.machine/~SERVER/watch-info
19 #
20 <Location /~*/watch-info>
21 SetHandler watch-info
22 </Location>
3817e726 23
24 <Location /watch-list>
25 SetHandler watch-list
26 </Location>
a388ac4e 27</IfModule>
12a7f9ba 28# vim: filetype=apache ts=4 sw=4 et
This page took 0.0528 seconds and 4 git commands to generate.