summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2005-02-10 01:53:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit25bc5ad9165217326737d2c3a3028b7712218f96 (patch)
tree77b7c0eda8cef2783d9dbaf0f72d9c8b16bfade7
parentbc94de1d1ff4a9ada5de4a6a28683eea475149c8 (diff)
downloadapache1-mod_watch-25bc5ad9165217326737d2c3a3028b7712218f96.zip
apache1-mod_watch-25bc5ad9165217326737d2c3a3028b7712218f96.tar.gz
- confdir enabled apache1
Changed files: apache1-mod_watch.conf -> 1.3
-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