]> git.pld-linux.org Git - packages/apache1-mod_witch.git/commitdiff
- confdir enabled apache1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 01:59:16 +0000 (01:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_witch.conf -> 1.2

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.077176 seconds and 4 git commands to generate.