]> git.pld-linux.org Git - packages/apache-mod_watch.git/blame - apache-mod_watch.conf
- fixed md5 and build/installation process
[packages/apache-mod_watch.git] / apache-mod_watch.conf
CommitLineData
2fb41f31 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.033858 seconds and 4 git commands to generate.