summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apache1-mod_watch.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/apache1-mod_watch.conf b/apache1-mod_watch.conf
index 4ba6f90..fd4fdd0 100644
--- a/apache1-mod_watch.conf
+++ b/apache1-mod_watch.conf
@@ -1,3 +1,6 @@
+# $Id$
+LoadModule watch_module modules/mod_watch.so
+
<IfModule mod_watch.c>
# Allows the URL used to query virtual host data:
#
@@ -17,3 +20,5 @@
SetHandler watch-info
</Location>
</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et