]> git.pld-linux.org Git - packages/apache-mod_watch.git/blame - apache-mod_watch.conf
- rel 7
[packages/apache-mod_watch.git] / apache-mod_watch.conf
CommitLineData
d9cf051c 1# $Id$
fd1da46a 2
3LoadModule watch_module modules/mod_watch.so
4
2fb41f31 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>
fd1da46a 23
24 <Location /watch-list>
25 SetHandler watch-list
26 </Location>
2fb41f31 27</IfModule>
d9cf051c 28# vim: filetype=apache ts=4 sw=4 et
This page took 0.069006 seconds and 4 git commands to generate.