diff options
Diffstat (limited to 'net-www/mod_watch/files/mod_watch.conf')
-rw-r--r-- | net-www/mod_watch/files/mod_watch.conf | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-www/mod_watch/files/mod_watch.conf b/net-www/mod_watch/files/mod_watch.conf deleted file mode 100644 index 06290207db85..000000000000 --- a/net-www/mod_watch/files/mod_watch.conf +++ /dev/null @@ -1,28 +0,0 @@ -<IfModule mod_watch.c> - # Allows the URL used to query virtual host data: - # - # http://www.snert.com/watch-info - # - <Location /watch-info> - SetHandler watch-info - </Location> - - # 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 - # - <Location /~*/watch-info> - SetHandler watch-info - </Location> - - # Intended for debugging and analysis of shared memory - # hash table and weenie files: - # - # http://www.snert.com/watch-table - # - <Location /watch-table> - SetHandler watch-table - </Location> -</IfModule> |