From a983a6d78935125c19cd4ba8d3dbfe7b83c3895f Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Tue, 29 Jan 2008 18:19:59 +0000 Subject: fix depend.apache usage wrt #208033; update metadata; cleanup (Portage version: 2.1.4) --- www-apache/mod_watch/files/77_mod_watch.conf | 59 ++++++++++++++-------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'www-apache/mod_watch/files') diff --git a/www-apache/mod_watch/files/77_mod_watch.conf b/www-apache/mod_watch/files/77_mod_watch.conf index 9d438ab2b410..b35f5b86f726 100644 --- a/www-apache/mod_watch/files/77_mod_watch.conf +++ b/www-apache/mod_watch/files/77_mod_watch.conf @@ -1,33 +1,32 @@ - - LoadModule watch_module modules/mod_watch.so - - - - # Allows the URL used to query virtual host data: - # - # http://www.snert.com/watch-info - # - - SetHandler watch-info - +LoadModule watch_module modules/mod_watch.so + +# Allows the URL used to query virtual host data: +# +# http://www.snert.com/watch-info +# + + SetHandler watch-info + - # Allows the URL used to query file owner and web - # server data: - # - # http://www.snert.com/~achowe/watch-info - # http://www.snert.com/~SERVER/watch-info - # - - SetHandler watch-info - +# Allows the URL used to query file owner and web +# server data: +# +# http://www.snert.com/~achowe/watch-info +# http://www.snert.com/~SERVER/watch-info +# + + SetHandler watch-info + + +# Intended for debugging and analysis of shared memory +# hash table and weenie files: +# +# http://www.snert.com/watch-table +# + + SetHandler watch-table + + - # Intended for debugging and analysis of shared memory - # hash table and weenie files: - # - # http://www.snert.com/watch-table - # - - SetHandler watch-table - - +# vim: ts=4 filetype=apache -- cgit v1.2.3-65-gdbad