]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blame - apache-mod_watch.conf
- cp apache{,1}-*; version 3.18; unifications
[packages/apache1-mod_watch.git] / apache-mod_watch.conf
CommitLineData
a388ac4e 1<IfModule mod_watch.c>
2 # Allows the URL used to query virtual host data:
3 #
4 # http://your.pld.machine/watch-info
5 #
6 <Location /watch-info>
7 SetHandler watch-info
8 </Location>
9
10 # Allows the URL used to query file owner and web
11 # server data:
12 #
13 # http://your.pld.machine/~username/watch-info
14 # http://your.pld.machine/~SERVER/watch-info
15 #
16 <Location /~*/watch-info>
17 SetHandler watch-info
18 </Location>
19</IfModule>
This page took 0.056558 seconds and 4 git commands to generate.