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