]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blob - apache-mod_watch.conf
4ba6f905efd454fc094f0d10d73be702edfd1c06
[packages/apache1-mod_watch.git] / apache-mod_watch.conf
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.020818 seconds and 2 git commands to generate.