# $Id$ LoadModule watch_module modules/mod_watch.so # Allows the URL used to query virtual host data: # # http://your.pld.machine/watch-info # SetHandler watch-info # Allows the URL used to query file owner and web # server data: # # http://your.pld.machine/~username/watch-info # http://your.pld.machine/~SERVER/watch-info # SetHandler watch-info # vim: filetype=apache ts=4 sw=4 et