]> git.pld-linux.org Git - packages/apache-mod_watch.git/blame - apache-mod_watch.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/apache-mod_watch.git] / apache-mod_watch.conf
CommitLineData
d9cf051c 1# $Id$
fd1da46a 2
3LoadModule watch_module modules/mod_watch.so
4
2fb41f31 5<IfModule mod_watch.c>
18106d13
JR
6 # The mechanism to use for the shared memory lock, useful to solve
7 # interoperability problems with modules like ruid2
8 # If you see a lot of '(20014)Internal error: shGetLockedEntry(...'
9 # try changing this option to file/fcntl/flock
10 # Valid mechanisms are: default, file, flock, fcntl, pthread
11 #WatchMutexMech file
12
2fb41f31 13 # Allows the URL used to query virtual host data:
14 #
15 # http://your.pld.machine/watch-info
16 #
17 <Location /watch-info>
18 SetHandler watch-info
19 </Location>
20
21 # Allows the URL used to query file owner and web
22 # server data:
23 #
24 # http://your.pld.machine/~username/watch-info
25 # http://your.pld.machine/~SERVER/watch-info
26 #
27 <Location /~*/watch-info>
28 SetHandler watch-info
29 </Location>
fd1da46a 30
31 <Location /watch-list>
32 SetHandler watch-list
33 </Location>
2fb41f31 34</IfModule>
d9cf051c 35# vim: filetype=apache ts=4 sw=4 et
This page took 0.078107 seconds and 4 git commands to generate.