Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 156733b1cea067f3026c9c3e3f0f86f1 > files > 1

apache-mod_countm-3.0-8mdv2008.1.x86_64.rpm

<IfDefine HAVE_COUNTM>
  <IfModule !mod_countm.c>
    LoadModule countm_module    extramodules/mod_countm.so
  </IfModule>
</IfDefine>

#
# Taken from the "mod_countm.conf" file, Wed Oct 01 2003, enjoy!
#
# --
# Regards // Oden Eriksson
# Deserve-IT Networks -> http://www.deserve-it.com

<IfModule mod_countm.c>

    # directives for default define settings
    <Location /countm>
	SetHandler mod-countm
	HostNameLookups ON
        <IfModule mod_access.c>
            Order allow,deny
            Allow from all
        </IfModule>
    </Location>

    # Odometer Stuff
    CountmLockFile "/var/lib/mod_countm/countm.lock"
    CountmFontDir "/usr/share/fonts/ttf/western"
    CountmDefFont "FreeMono"
    CountmEnvironmentHome "/var/lib/mod_countm/dbase"
    CountmDB "countm.db"
    CountmDBLog "/var/lib/mod_countm/dbase/db.log"

</IfModule>