From fd1da46acc3afb1c90d5c57bd829d7403ee02380 Mon Sep 17 00:00:00 2001 From: heretyk Date: Sat, 20 Nov 2004 17:44:15 +0000 Subject: [PATCH] - added LoadModule - added watch-list handling Changed files: apache-mod_watch.conf -> 1.4 --- apache-mod_watch.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apache-mod_watch.conf b/apache-mod_watch.conf index 6d256c9..d3c189b 100644 --- a/apache-mod_watch.conf +++ b/apache-mod_watch.conf @@ -1,4 +1,7 @@ # $Id$ + +LoadModule watch_module modules/mod_watch.so + # Allows the URL used to query virtual host data: # @@ -17,5 +20,9 @@ SetHandler watch-info + + + SetHandler watch-list + # vim: filetype=apache ts=4 sw=4 et -- 2.43.0