]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blame - apache-mod_watch.conf
- added Id cvs tag and vim modeline
[packages/apache1-mod_watch.git] / apache-mod_watch.conf
CommitLineData
12a7f9ba 1# $Id$
a388ac4e 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>
12a7f9ba 21# vim: filetype=apache ts=4 sw=4 et
This page took 0.029784 seconds and 4 git commands to generate.