]> git.pld-linux.org Git - packages/apache1-mod_witch.git/blobdiff - apache1-mod_witch.conf
- confdir enabled apache1
[packages/apache1-mod_witch.git] / apache1-mod_witch.conf
index 0ec15c028c90f132cf355087633d8cb29fe5b6f9..b67e7b897c931b18912ee0cd3a1a9fe6f36c5959 100644 (file)
@@ -1,7 +1,13 @@
-WitchIdent mod-witch
-WitchOption LOG_PID
-WitchFacility LOG_DAEMON
-WitchLevel LOG_INFO
-WitchError log
-WitchLogStyle hostname
+# $Id$
+LoadModule witch_module      modules/mod_witch.so
 
+<IfModule mod_witch.c>
+    WitchIdent mod-witch
+    WitchOption LOG_PID
+    WitchFacility LOG_DAEMON
+    WitchLevel LOG_INFO
+    WitchError log
+    WitchLogStyle hostname
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.074736 seconds and 4 git commands to generate.