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