]> git.pld-linux.org Git - packages/apache1-mod_ometer.git/commitdiff
- for confdir enabled apache1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 18:08:15 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ometer.conf -> 1.3

apache1-mod_ometer.conf

index 15fda139c6f7e3da9178293696724cafcb2f5ca5..60396631b6bff22c499b070c7e2d6b67bf6326c5 100644 (file)
@@ -1,8 +1,13 @@
-# Configuration for mod_ometer
+# $Id$
+LoadModule ometer_module      modules/mod_ometer.so
 
+<IfModule mod_ometer.c>
 OdometerDB /var/run/apache/mod_ometer.db
 OdometerFontDir /usr/share/fonts/TTF
 
 <Location /counter>
        SetHandler odometer-handler
 </Location>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.061832 seconds and 4 git commands to generate.